Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtranoDev committed Sep 25, 2023
1 parent 1023509 commit df974ec
Show file tree
Hide file tree
Showing 9 changed files with 14,688 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# dependencies
/node_modules
.env
.env
.scribe
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ app.use('/api/auth', authRoutes);
app.use('/api/organization', orgRoutes);
app.use('/api/lunch', lunchRoutes);
app.use('/api/withdrawal', withDrawalRoute);
app.use('/public/docs', express.static('./public/docs'));

// Middlewares
app.use(errorHandlerMiddleware);
Expand Down
Loading

0 comments on commit df974ec

Please sign in to comment.