code 'function'
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
const express = require('express');
|
||||
const app = express();
|
||||
|
||||
module.exports = function(/*config*/){
|
||||
module.exports = (/*config*/) => {
|
||||
app.get('/', (req,res) => {
|
||||
res.status(200).send('Hello World!');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user