strip api prefix middleware
All checks were successful
Deploy Backend / deploy (push) Successful in 1m40s

This commit is contained in:
Lee
2024-10-04 23:14:26 +01:00
parent 338f955c78
commit e5bfa8afa0
5 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,10 @@
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: scoresaber-reloaded-backend-strip-api-prefix
namespace: public-services
spec:
stripPrefix:
prefixes:
- "/api"