Add sales-month planning for crops/products and fix today task label format
This commit is contained in:
@@ -59,6 +59,9 @@ func main() {
|
||||
mux.HandleFunc("/crops/create", app.handleCreateCrop)
|
||||
mux.HandleFunc("/crops/update", app.handleUpdateCrop)
|
||||
mux.HandleFunc("/crops/delete", app.handleDeleteCrop)
|
||||
mux.HandleFunc("/products/create", app.handleCreateProduct)
|
||||
mux.HandleFunc("/products/update", app.handleUpdateProduct)
|
||||
mux.HandleFunc("/products/delete", app.handleDeleteProduct)
|
||||
mux.HandleFunc("/crop-steps/create", app.handleCreateCropStep)
|
||||
mux.HandleFunc("/crop-steps/delete", app.handleDeleteCropStep)
|
||||
mux.HandleFunc("/task-templates/create", app.handleCreateTaskTemplate)
|
||||
|
||||
Reference in New Issue
Block a user