Skip to content

Commit

Permalink
fix: make the route reachable when visited directly
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jan 27, 2024
1 parent 74bfe89 commit 3f83f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ if (!isDev) {
fastify.get('/signout', serveIndex);
fastify.get('/account*', serveIndex);
fastify.get('/terms', serveIndex);
fastify.get('/public', serveIndex);
}

const startServer = async () => {
Expand Down

0 comments on commit 3f83f48

Please sign in to comment.