Closed jcorona48 closed 1 month ago
Description: Update the /users/[id] route to use a slug instead of an ID for cleaner, more descriptive URLs.
/users/[id]
Tasks:
slug
[id]
[slug]
Acceptance Criteria:
/users/[slug]
Description:
Update the
/users/[id]
route to use a slug instead of an ID for cleaner, more descriptive URLs.Tasks:
slug
field for each user.[id]
with[slug]
.Acceptance Criteria:
/users/[slug]
.