Skip to content

Commit

Permalink
Add edgestore api into public routes
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed Jan 30, 2024
1 parent a7c3633 commit 8a0ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* These routes does not require authentication
* @type {string[]}
*/
export const publicRoutes = ['/'];
export const publicRoutes = ['/', '/api/edgestore/init'];

/**
* An array of routes that are used for authentication
Expand Down

0 comments on commit 8a0ad66

Please sign in to comment.