Immich: rewrite /photos to /sharing 3

This commit is contained in:
Ruben Hensen
2024-12-17 15:04:58 +01:00
parent 0ac23f1925
commit 76d065d7fc
+4 -4
View File
@@ -119,13 +119,13 @@ spec:
- path: "/" - path: "/"
- host: foto.scoutingmbg.nl - host: foto.scoutingmbg.nl
paths: paths:
- path: /(photos) - path: "/"
pathType: ImplementationSpecific
backend:
service: service:
name: sol-auth-svc name: sol-auth-svc
port: 8002 port: 8002
- path: "/" - path: /(photos)
pathType: ImplementationSpecific
backend:
service: service:
name: sol-auth-svc name: sol-auth-svc
port: 8002 port: 8002