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
현재 url path가 파스칼케이스로 운영되고 있습니다. 심지어 로그인의 경우는 login으로 일관성이 맞지 않은 path 네이밍을 사용하고 있습니다.
이는 권장하는 네이밍 방식이지 않을 뿐만 아니라 문제를 야기할 수 있습니다.
참고 자료 https://dev-cool.tistory.com/32
The text was updated successfully, but these errors were encountered:
login 따로 빠져있는 부분은 안 그래도 바꾸려고 생각 중이었습니다. v2 만들면서 바꿀겁니다.
Sorry, something went wrong.
JJIIIINN
No branches or pull requests
Describe
현재 url path가 파스칼케이스로 운영되고 있습니다. 심지어 로그인의 경우는 login으로 일관성이 맞지 않은 path 네이밍을 사용하고 있습니다.
How
이는 권장하는 네이밍 방식이지 않을 뿐만 아니라 문제를 야기할 수 있습니다.
Additional
참고 자료
https://dev-cool.tistory.com/32
The text was updated successfully, but these errors were encountered: