Skip to content

Commit

Permalink
feat: add status endpoint to express API
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed May 21, 2023
1 parent 5259ca9 commit 673e093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const { NODE_ENV, PORT = 3000 } = process.env;
const app = express();

// Routes Middleware
app.get('/', (req, res) => res.sendStatus(200));
app.use('/api/commands', commandRoutes);

// Serving our generated client documentation as root
Expand Down

0 comments on commit 673e093

Please sign in to comment.