mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Set api url for prod
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API_BASE_URL = 'http://localhost:8080/api/v1';
|
||||
const API_BASE_URL = window.API_BASE_URL;
|
||||
|
||||
export const fetchFileList = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user