diff --git a/.env.devolopment b/.env.devolopment new file mode 100644 index 0000000..fa1310a --- /dev/null +++ b/.env.devolopment @@ -0,0 +1 @@ +API_URL=https://localhost:8080/api diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..812d31f --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +API_URL = https://client-side-routing-backend-nu.vercel.app/api \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 63f01f0..845a9e4 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,9 +4,9 @@