alfa release

This commit is contained in:
ctengiz
2024-04-16 22:01:23 +03:00
parent cb91e4dfcf
commit 09b7f3b74b
17 changed files with 955 additions and 28 deletions

View File

@@ -71,6 +71,10 @@ func HttpHandler(re enums.TRunEnv) http.Handler {
r.Put("/company", companyUpdate)
r.Post("/company", companyCreate)
r.Delete("/company/{id:[0-9]+}", companyDelete)
r.Post("/tmpl/{companyID:[0-9]+}", tmplPost)
r.Get("/tmpl/{companyID:[0-9]+}", tmplGet)
})
})