acmutd/meteormate-client

chore: Rename routes

开放

#78 创建于 2026年2月3日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (0 个派生)auto 404
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
  • /verifyPassword I'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 /authentication routes and the /onboarding routes, 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.

贡献者指南