Skip to content

Commit

Permalink
chore: add constant route
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyotato committed Apr 26, 2024
1 parent aff05d9 commit e8aa63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const API_ROUTES = {
};

export const SITE_ROUTES = {
CREATE_ROADMAP: '/roadmap/create',
signIn: '/api/auth/signin?callbackUrl=https://roadmaker-fe.vercel.app/',
signInDev: `/api/auth/signin?callbackUrl=http%3A%2F%2Flocalhost%3A3000%2F`,
};

0 comments on commit e8aa63f

Please sign in to comment.