Skip to content

Commit

Permalink
feat: modify sign out api path & re-issue token api add for sync api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Aug 20, 2024
1 parent 301871d commit f52c2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/routes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export const authApis = {
signIn: 'auth/oauth/log-in',
signOut: 'auth/oauth/sign-out',
signOut: 'auth/oauth/sign-out/:user-id',
signUp: 'auth/oauth/sign-up',
reIssueToken: 'auth/toekn/reissuance',
validateFamilyCode: 'auth/validate/family-code',
reRegistrationAlertToken: 'auth/alert-token/re-registration',
};
Expand Down

0 comments on commit f52c2c5

Please sign in to comment.