Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Vitt
good2go
Commits
a0722eb8
Commit
a0722eb8
authored
Jun 04, 2020
by
Enrico Bollen
💬
Browse files
removes AppointmentRouter from main
parent
43342b45
Pipeline
#1860
passed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
api/rest/main.go
View file @
a0722eb8
...
...
@@ -31,7 +31,6 @@ func Init() {
r
.
Use
(
m
.
SentryHandler
)
// Register all the Routers
h
.
AppointmentRouter
.
AttachRouter
(
r
)
h
.
RoomRouter
.
AttachRouter
(
r
)
h
.
HomeRouter
.
AttachRouter
(
r
)
...
...
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