Refactor global currency to UAE standards (AED/Million) and update dummy data

This commit is contained in:
CycroftX
2026-02-15 18:49:13 +05:30
parent a493596ebe
commit 58fe801eab
10 changed files with 457 additions and 562 deletions

View File

@@ -0,0 +1,10 @@
server {
listen 80;
server_name wealthwise.eventifyplus.com;
root /var/www/wealthwise.eventifyplus.com;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}