mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
change serverurl to work on DO
This commit is contained in:
@@ -4,7 +4,7 @@ export function serverUrl_fn() {
|
||||
let baseUrl;
|
||||
baseUrl = process.env.REACT_APP_SERVERURL
|
||||
? process.env.REACT_APP_SERVERURL
|
||||
: window.location.origin + "/app";
|
||||
: window.location.origin + "/api/app";
|
||||
|
||||
return baseUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user