added userDtos
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// handles user registration, user logins, tokens, password reset, etc.
|
||||
|
||||
import { api, authStorage } from "./axios.ts"
|
||||
import type { User, RegisterDto, LoginDto } from "../models/User.ts";
|
||||
import type { UserDto, RegisterDto, LoginDto } from "../models/User.ts";
|
||||
|
||||
const API_URL: string = "/auth";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user