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
Commits
c2f15613
Commit
c2f15613
authored
4 months ago
by
조대희
Browse files
Options
Downloads
Patches
Plain Diff
style: 오타 수정 (
#6
)
parent
5fec070e
No related branches found
Branches containing commit
No related tags found
2 merge requests
!31
Develop
,
!7
[#6] Schedule 컨트롤러, 라우터, 로직 개발
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
routes/schedule.js
+1
-1
1 addition, 1 deletion
routes/schedule.js
services/scheduleService.js
+1
-1
1 addition, 1 deletion
services/scheduleService.js
with
2 additions
and
2 deletions
routes/schedule.js
+
1
−
1
View file @
c2f15613
const
express
=
require
(
'
express
'
);
const
express
=
require
(
'
express
'
);
const
router
=
express
.
Router
();
const
router
=
express
.
Router
();
const
{
isLoggedIn
}
=
require
(
'
../middleware
s
/auth
'
);
const
{
isLoggedIn
}
=
require
(
'
../middleware/auth
'
);
const
ScheduleController
=
require
(
'
../controllers/scheduleController
'
);
const
ScheduleController
=
require
(
'
../controllers/scheduleController
'
);
/**
/**
...
...
This diff is collapsed.
Click to expand it.
services/scheduleService.js
+
1
−
1
View file @
c2f15613
const
{
Op
}
=
require
(
'
sequelize
'
);
const
{
Op
}
=
require
(
'
sequelize
'
);
const
Schedule
=
require
(
'
../models/Schedule
'
);
const
Schedule
=
require
(
'
../models/Schedule
'
);
class
schedulService
{
class
schedul
e
Service
{
/**
/**
* transactin wrapper 함수
* transactin wrapper 함수
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment