Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebBack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebBack
Merge requests
!5
[#1
#2
#3
] DB모델 객체 및 로그인 ,회원가입 구현
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[#1
#2
#3
] DB모델 객체 및 로그인 ,회원가입 구현
develop
into
master
Overview
0
Commits
9
Pipelines
0
Changes
3
Merged
세현 임
requested to merge
develop
into
master
6 months ago
Overview
0
Commits
9
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
ac9fe9cb
Prev
Next
Show latest version
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ac9fe9cb
bugfix 폴더명수정(
#3
)
· ac9fe9cb
tpgus2603
authored
6 months ago
models/index.js
+
1
−
1
Options
@@ -5,7 +5,7 @@ const sequelize = require('../config/sequelize');
const
User
=
require
(
'
./User
'
);
const
Schedule
=
require
(
'
./Schedule
'
);
const
Meeting
=
require
(
'
./Meeting
'
);
const
MeetingParticipant
=
require
(
'
./MeetingParticipant
'
);
const
MeetingParticipant
=
require
(
'
./MeetingParticipant
'
);
//대소문자수정
const
Friend
=
require
(
'
./Friend
'
);
module
.
exports
=
{
Loading