feat(template): add name to the template definition
This commit is contained in:
@@ -33,6 +33,9 @@ func PrepareHTTP() {
|
||||
case "GET", "POST":
|
||||
routes.DownloadSVG(w, r)
|
||||
return
|
||||
case "PATCH":
|
||||
routes.RenameSvg(w, r)
|
||||
return
|
||||
case "DELETE":
|
||||
routes.DeleteSvg(w, r)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user