Commit 425a61ff authored by evan.lu's avatar evan.lu
Browse files

sprint1 完善代码

parent 981d1364
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment