diff --git a/index.js b/index.js index bc1ebcd..d1091f4 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,7 @@ app.use( ); app.options('*', cors()); -app.get('/', (req, res) => res.send('This api works.')); +app.get('/', (req, res) => res.send('This')); app.listen(process.env.PORT || 3000, function() { console.log('server running on port 3000', '');