Done setup template
This commit is contained in:
4
frontend/src/api/url.js
Normal file
4
frontend/src/api/url.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const POST_LOGIN = '/api/auth/login'
|
||||
export const POST_LOGOUT = '/api/auth/logout'
|
||||
export const POST_REFRESH = '/api/auth/refresh'
|
||||
export const GET_USER_PROFILE = '/api/user/me'
|
||||
Reference in New Issue
Block a user