Skip to content

Commit b610887

Browse files
committed
refactor: rename all the router files and removed the Router their names
1 parent e00c35a commit b610887

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/routes/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const GCRouter = require('./GCRouter');
2-
const TimetableRouter = require('./TimetableRouter');
3-
const PopulateRouter = require('./PopulateRouter');
4-
const RoomRouter = require('./RoomRouter');
1+
const GCRouter = require('./GoogleCalendar');
2+
const TimetableRouter = require('./Timetable');
3+
const PopulateRouter = require('./Populate');
4+
const RoomRouter = require('./Room');
55

66
module.exports = {
77
GCRouter,

0 commit comments

Comments
 (0)