Quellcode durchsuchen

config: add configuration to config.js

Adam vor 3 Monaten
Ursprung
Commit
af839a51bc
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/config.js

+ 2 - 0
src/config.js

@@ -0,0 +1,2 @@
+export const WEBSITE_BASE = "https://goonblog.thevakhovske.eu.org";
+export const API_BASE = `${WEBSITE_BASE}/api`;