This commit is contained in:
areeqakbr 2025-02-18 14:55:23 +07:00
parent f4f24cf01f
commit 4596e050b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func (bc *BackboneController) Route() {
rg := bc.rg.Group("/backbone")
rg.Use(middleware.AuthMiddleware())
{
// rg.GET("", bc.GetBackbone())
rg.GET("", bc.GetBackbone())
rg.POST("", bc.CreateBackbone())
rg.GET("/:uuid", bc.GetBackboneByID())
rg.PUT("/:uuid", bc.UpdateBackbone())