fix: add return statement & delete fmt Errorf with piece

This commit is contained in:
2026-06-23 15:58:46 +03:00
parent 3b2b4b947c
commit d8ea3094a1
3 changed files with 34 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ func main() {
{
admin.POST("/register", handlers.RegisterAdmin)
admin.GET("/orders", handlers.GetAllOrders)
admin.PATCH("/orders/:id", handlers.UpdateOrderStatus)
}
}