api 구조 변경

This commit is contained in:
2023-08-18 13:11:59 +00:00
parent bfe0b99d44
commit de0b851217
8 changed files with 70 additions and 53 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export type AutoLoginFailed = {
export const structure = {
Login: {
LoginByID: POST<{
username: string,
id: string,
password: string,
}, LoginResponse, LoginFailed>(),
LoginByToken: POST<{