Skip to content

Commit 6b93f91

Browse files
minor tweak
1 parent ae2117b commit 6b93f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import bodyParser from 'body-parser';
44
import morgan from 'morgan';
55
import cors from 'cors';
66
import config from './config';
7-
import loadRoutes from './api/index'
7+
import loadRoutes from './api'
88

99
const app = express();
1010
app.use(morgan('dev'));

0 commit comments

Comments
 (0)