We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2117b commit 6b93f91Copy full SHA for 6b93f91
src/server/index.js
@@ -4,7 +4,7 @@ import bodyParser from 'body-parser';
4
import morgan from 'morgan';
5
import cors from 'cors';
6
import config from './config';
7
-import loadRoutes from './api/index'
+import loadRoutes from './api'
8
9
const app = express();
10
app.use(morgan('dev'));
0 commit comments