Skip to content

Commit a2870f6

Browse files
committed
New url & submodule
1 parent af79f4f commit a2870f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/services/base/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { FetchType, jsonFetchWrapper } from "@/submodules/javascript-functions/basic-fetch";
2-
import { BACKEND_BASE_URI } from "./_settings";
32

43
export class ConfigManager {
54

65
private static config = null;
76

87
public static refreshConfig() {
9-
jsonFetchWrapper(`${BACKEND_BASE_URI}/api/v1/misc/base-config-default`, FetchType.GET, r => {
8+
jsonFetchWrapper(`/config/full_config`, FetchType.GET, r => {
109
ConfigManager.config = r;
1110
});
1211
}

submodules/react-components

0 commit comments

Comments
 (0)