Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoGuedes01 committed Oct 20, 2023
1 parent 2e3c6cf commit 62e2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console.log('hello2')
app.use(cors(corsOptions));

// Landing Page for the webservice
app.get('/', (req,res)=>res.send('Landing Route for Preprocessing Webservice test #test3'))
app.get('/', (req,res)=>res.send('Landing Route for Preprocessing Webservice test #novo'))

//Routing /api requests to the api router
const apiRoutes = require('./routes/api-routes')
Expand Down

0 comments on commit 62e2d1e

Please sign in to comment.