move move frontend to progress-test
This commit is contained in:
18
app/javascript/routes/paths.ts
Normal file
18
app/javascript/routes/paths.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export const QuestionRoutePaths = {
|
||||
index: "/questions",
|
||||
new: "/questions/new",
|
||||
show: "/questions/:id",
|
||||
edit: "/questions/:id/edit",
|
||||
review: "/questions/:id/review",
|
||||
};
|
||||
|
||||
export const SessionRoutePaths = {
|
||||
signIn: "/",
|
||||
newPassword: "/password/new",
|
||||
editPassword: "/password/edit",
|
||||
show: "/my_user",
|
||||
};
|
||||
|
||||
export const DashboardRoutePaths = {
|
||||
index: "/dashboard",
|
||||
};
|
||||
Reference in New Issue
Block a user