We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
axios 요청 시 헤더에 타입 쓰시오. 토큰은 Bearer type으로 하시오.
const config = { headers: { 'Content-Type': 'application/json', Authorization: `Bearer ${userInfo.token}`, }, };
Validate Route(POST)
email → '/api/validate/email' nickname → '/api/validate/nickname'
User Route
register(POST) → '/api/users' login(POST) → '/api/users/login' getProfile(GET) → '/api/users/profile' updateProfile(PUT) → '/api/users/profile'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
axios 요청 시 헤더에 타입 쓰시오. 토큰은 Bearer type으로 하시오.
Validate Route(POST)
email → '/api/validate/email'
nickname → '/api/validate/nickname'
User Route
register(POST) → '/api/users'
login(POST) → '/api/users/login'
getProfile(GET) → '/api/users/profile'
updateProfile(PUT) → '/api/users/profile'
The text was updated successfully, but these errors were encountered: