stock request table created
This commit is contained in:
@@ -17,6 +17,7 @@ func RegisterTenantRoutes(api fiber.Router, f *facade.Facade) {
|
||||
tenant.Post("/createtenantcustomer", f.TenantController.CreateTenantCustomer)
|
||||
tenant.Put("/updatelocation", f.TenantController.UpdateLocation)
|
||||
tenant.Post("/createlocation", f.TenantController.CreateLocation)
|
||||
tenant.Delete("/deletelocation", f.TenantController.DeleteLocation)
|
||||
tenant.Post("/createtenantlocation", f.TenantController.CreateTenantLocation)
|
||||
tenant.Put("/updatetenantlocation", f.TenantController.UpdateTenantLocation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user