Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
evan.lu
service-listen-publish
Commits
425a61ff
Commit
425a61ff
authored
2 years ago
by
evan.lu
Browse files
Options
Download
Email Patches
Plain Diff
sprint1 完善代码
parent
981d1364
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
handler/handler.go
+2
-1
handler/handler.go
with
2 additions
and
1 deletion
+2
-1
handler/handler.go
+
2
-
1
View file @
425a61ff
...
...
@@ -34,7 +34,8 @@ func Register(service web.Service) {
prouter
.
BindObject
(
service
,
version
)
.
GET
()
prouter
.
BindFunction
(
service
,
main
,
main
.
DoAutomated
,
main
.
GetImagesByEnvironment
,
main
.
ReleaseEnvironment
,
)
.
POST
()
prouter
.
RouteRegister
(
service
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help