README updated
This commit is contained in:
@@ -21,7 +21,7 @@ app.use(bodyParser.urlencoded({ extended: false }));
|
||||
app.use(cookieParser());
|
||||
app.use(express.static(path.join(__dirname, '../dist')));
|
||||
|
||||
app.use('/', routes);
|
||||
app.use('/api', routes);
|
||||
|
||||
// catch 404 and forward to error handler
|
||||
app.use(function(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user