Browse Source

config: add configuration to config.js

Adam 3 tháng trước cách đây
mục cha
commit
af839a51bc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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`;