Skip to content

Commit

Permalink
fix: organization route
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Mar 19, 2024
1 parent 1198cbf commit d2fdf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ app

// organizations start
server.get('/organizations', (req, res) => {
app.render(req, res, '/organizations/organizations');
app.render(req, res, '/organizations');
});

server.get('/organizations/:organizationSlug', (req, res) => {
Expand Down

0 comments on commit d2fdf13

Please sign in to comment.