@@ -19,7 +19,7 @@ routes.push(new GeneralInfoRoutes(app));
|
|||||||
|
|
||||||
// this is a simple route to make sure everything is working properly
|
// this is a simple route to make sure everything is working properly
|
||||||
app.get('/', (req: express.Request, res: express.Response) => {
|
app.get('/', (req: express.Request, res: express.Response) => {
|
||||||
res.status(200).send('Welcome to the Pluto Development REST API!');
|
res.status(200).send('Welcome to the Pluto Development REST API V2!');
|
||||||
});
|
});
|
||||||
|
|
||||||
server.listen(port, () => {
|
server.listen(port, () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user