fix: use environment variable for API URL
This commit is contained in:
@@ -1 +1 @@
|
||||
VITE_API_URL= "http://127.0.0.1:8000/api/"
|
||||
VITE_API_URL= `${API_URL}/api/"
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
VITE_API_URL= "http://127.0.0.1:8000/api/"
|
||||
VITE_API_URL= `${API_URL}/api/"
|
||||