Code QualityGood First Issue
倉庫指標
- 星標
- (0 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Work to do
Right now, the routes we have for auth are meteormate.com/authentication:
/createAccount/forgotPassword/newPassword/verifyEmail/verifyPasswordI'd like to rename these routes to be kebab-case. Camel case isn't great for URLs, so we should get these changed. This applies to both the/authenticationroutes and the/onboardingroutes, so be sure to adjust all of them and test them fully.
Notes
This should be a rather simple task, as it's primarily just renaming files & making sure imports are refactored, but a mistake in this issue will break things very quickly, so be cautious.