We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1b826 commit b4737a6Copy full SHA for b4737a6
src/common/routes.ts
@@ -91,7 +91,7 @@ export const routes = {
91
campaigns: {
92
index: '/campaigns',
93
create: '/campaigns/create',
94
- application: 'campaigns/application',
+ application: '/campaigns/application',
95
applicationEdit: (id: string) => `/campaigns/application/${id}`,
96
viewCampaignBySlug: (slug: string) => `/campaigns/${slug}`,
97
viewExpenses: (slug: string) => `/campaigns/${slug}/expenses`,
0 commit comments