Sfoglia il codice sorgente

config: add configuration to config.js

Adam 3 mesi fa
parent
commit
af839a51bc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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`;