Build & Release Client

This commit is contained in:
2022-08-29 12:03:06 +07:00
parent e7902f2426
commit 2efc5e44a2
45 changed files with 1075 additions and 1107 deletions

View File

@@ -1,7 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>