Explorar o código

config: add configuration to config.js

Adam hai 3 meses
pai
achega
af839a51bc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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`;