Skip to content

Commit

Permalink
fix: v1router
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeen committed Dec 2, 2021
1 parent 6d806c4 commit bdf5c49
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 bdf5c49

Please sign in to comment.