master
Matthew 2025-04-24 13:02:34 -04:00
parent b6e7248015
commit 8485c0b886
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ server {
server_name finovators.mracs.dev;
# Serve static frontend
root /opt/fba/frontend/dist/;
root /opt/fba/frontend/dist;
index index.html;
location / {