Jelajahi Sumber

config: add configuration to config.js

Adam 3 bulan lalu
induk
melakukan
af839a51bc
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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`;