api 구조 변경
This commit is contained in:
@@ -33,7 +33,7 @@ export type AutoLoginFailed = {
|
||||
export const structure = {
|
||||
Login: {
|
||||
LoginByID: POST<{
|
||||
username: string,
|
||||
id: string,
|
||||
password: string,
|
||||
}, LoginResponse, LoginFailed>(),
|
||||
LoginByToken: POST<{
|
||||
|
||||
Reference in New Issue
Block a user