Skip to content

Commit

Permalink
fix: v1router
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeen committed Dec 1, 2021
1 parent 1d71152 commit fe9e6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import express from 'express';
import bodyParser from 'body-parser';
import { V1Router } from './V1';
import { V1Router } from './v1';
const app = express();

app.use(express.json());
Expand Down

0 comments on commit fe9e6a3

Please sign in to comment.