Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
843ffe8f
Commit
843ffe8f
authored
Aug 04, 2021
by
Kim, Subin
Browse files
TimeTable Model import 오류 수정
parent
2225a330
Changes
1
Show whitespace changes
Inline
Side-by-side
server/db/index.js
View file @
843ffe8f
...
...
@@ -6,7 +6,7 @@ import CinemaModel from "../models/cinema.model.js";
import
TheaterModel
from
"
../models/theater.model.js
"
;
import
TheaterTypeModel
from
"
../models/theatertype.model.js
"
;
import
TicketFeeModel
from
"
../models/ticketfee.model.js
"
;
import
TimeTableModel
from
'
../models/
ro
le.model.js
'
;
import
TimeTableModel
from
'
../models/
timetab
le.model.js
'
;
import
ReservationModel
from
'
../models/reservation.model.js
'
;
import
dbConfig
from
"
../config/db.config.js
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment