Implement client side enable, disable, edit
This commit is contained in:
@@ -13,11 +13,11 @@ func (s *Server) Routes() error {
|
||||
handler http.HandlerFunc
|
||||
}{
|
||||
{
|
||||
path: fmt.Sprintf("/upserts"),
|
||||
handler: s.gzip(s.authenticate(s.upserts)),
|
||||
path: fmt.Sprintf("/api/job/upsert"),
|
||||
handler: s.gzip(s.authenticate(s.upsert)),
|
||||
},
|
||||
{
|
||||
path: fmt.Sprintf("/list"),
|
||||
path: fmt.Sprintf("/api/job/list"),
|
||||
handler: s.gzip(s.authenticate(s.list)),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user