Initial empty commit for admin frontend

This commit is contained in:
2026-05-18 22:13:05 +03:00
parent fde574c7a0
commit 36c95b71a4
52 changed files with 3 additions and 5812 deletions
-8
View File
@@ -1,8 +0,0 @@
server {
listen 80;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri /index.html;
}
}