Kaynağa Gözat

config: add configuration to config.js

Adam 3 ay önce
ebeveyn
işleme
af839a51bc
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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`;