Reload job in ui
This commit is contained in:
@@ -12,6 +12,10 @@ func (s *Server) Routes() error {
|
||||
path string
|
||||
handler http.HandlerFunc
|
||||
}{
|
||||
{
|
||||
path: fmt.Sprintf("/api/job/get/%s", router.Wildcard),
|
||||
handler: s.gzip(s.authenticate(s.get)),
|
||||
},
|
||||
{
|
||||
path: fmt.Sprintf("/api/job/upsert"),
|
||||
handler: s.gzip(s.authenticate(s.upsert)),
|
||||
|
||||
Reference in New Issue
Block a user