1
0

README updated

This commit is contained in:
Anthony Sgueglia
2020-03-25 18:30:27 -04:00
parent 0769cea37d
commit b3c5c1db52
3 changed files with 5 additions and 5 deletions

View File

@@ -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) {