fix: require auth for order status
This commit is contained in:
@@ -142,9 +142,6 @@ func isPublicRoute(ctx fiber.Ctx) bool {
|
||||
if strings.HasPrefix(path, "/v1/tenants/") {
|
||||
return true
|
||||
}
|
||||
if strings.HasPrefix(path, "/v1/orders/") && strings.HasSuffix(path, "/status") {
|
||||
return true
|
||||
}
|
||||
if strings.HasPrefix(path, "/v1/storage/") {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user