namespace
All checks were successful
deploy to production / deploy (push) Successful in 30s

This commit is contained in:
2023-11-12 12:14:49 +00:00
parent b3a74a985b
commit 9258759c01

View File

@@ -7,7 +7,7 @@ DirectoryIndex spa.html
RewriteEngine On
RewriteBase /
RewriteRule ^/?api/(.*)$ http://tibi-server:8080/api/v1/_/fontis/$1 [P,QSA,L]
RewriteRule ^/?api/(.*)$ http://tibi-server:8080/api/v1/_/fontis_v2/$1 [P,QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d