diff options
author | Michael Hunteman <michael@huntm.net> | 2024-09-28 10:55:35 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-09-28 11:25:16 -0700 |
commit | 0154a152dd6d3606c9131f3186a9175ee5853185 (patch) | |
tree | a166f0cf3819607592fb5ee03255108563f4ba68 /client/.env.production | |
parent | 99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (diff) |
Use api endpoint for backend
Diffstat (limited to 'client/.env.production')
-rw-r--r-- | client/.env.production | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/.env.production b/client/.env.production new file mode 100644 index 0000000..7e27439 --- /dev/null +++ b/client/.env.production @@ -0,0 +1 @@ +VITE_BASE_URL=https://localhost:8080/api/ |