Die UI-Dateien für Swagger werden doch in das Repo aufgenommen.

This commit is contained in:
2021-04-06 11:44:25 +02:00
parent d11070ffbb
commit 0054ab5afc
14 changed files with 302 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
# absolute physical path to the directory that contains this htaccess file.
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>