diff options
author | Michael Hunteman <michael@huntm.net> | 2024-10-20 18:53:11 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-10-20 18:53:11 -0700 |
commit | 4eef63a00739af1f4fd87a9a4f5ad902f48553a0 (patch) | |
tree | b2063af9fd4fa045957ce267527add394fa5dec0 /client/.env.production | |
parent | 5a65b3a653eb4a9ca62332fa65c8d352e6dc782f (diff) |
Update production URL
Diffstat (limited to 'client/.env.production')
-rw-r--r-- | client/.env.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.env.production b/client/.env.production index 7e27439..a873abb 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1 +1 @@ -VITE_BASE_URL=https://localhost:8080/api/ +VITE_BASE_URL=https://wedding.huntm.net/api/ |