Moved api backend to main website

This commit is contained in:
Timon Ostertun
2020-09-27 00:05:57 +02:00
parent a437d05647
commit 967ad50755
9 changed files with 6 additions and 1234 deletions

View File

@@ -12,7 +12,7 @@ RewriteRule ^(.*)server(.*)$ / [R=301,L,NC]
### CONTENT LOADER
# Keep this subfolders untouched
RewriteRule ^(api)($|/) - [L]
#RewriteRule ^(api)($|/) - [L]
# Show site
RewriteRule ^([^\.]*)$ index.php?request=$1 [QSA]