Skip to content

Commit

Permalink
fix: organizations exposition endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-bonnel committed Nov 25, 2017
1 parent 5b695ce commit 54c6535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.get('/api/api-docs.json', (req, res) => {

app.use('/api/auth', require('./auth'))
app.use('/api/users', require('./users'))
app.get('/api/organizations', require('./organizations'))
app.use('/api/organizations', require('./organizations'))

// Static routing
const oneWeek = process.env.NODE_ENV === 'development' ? 0 : 7 * 24 * 60 * 60
Expand Down

0 comments on commit 54c6535

Please sign in to comment.