small changes and force run for release
This commit is contained in:
@@ -36,6 +36,10 @@ func (s *Server) Routes() error {
|
||||
path: fmt.Sprintf("/api/job/enable/%s", router.Wildcard),
|
||||
handler: s.gzip(s.authenticate(s.enable)),
|
||||
},
|
||||
{
|
||||
path: fmt.Sprintf("/api/job/run/%s", router.Wildcard),
|
||||
handler: s.gzip(s.authenticate(s.run)),
|
||||
},
|
||||
{
|
||||
path: fmt.Sprintf("%s%s", wildcard, wildcard),
|
||||
handler: s.gzip(s.authenticate(s.static)),
|
||||
|
||||
Reference in New Issue
Block a user