From b416c82ecc9ac8a94d059338c488507229d0996c Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 10:11:55 -0400 Subject: fix: config moved to config.js --- config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..28e29eb --- /dev/null +++ b/config.js @@ -0,0 +1,4 @@ +const config = { + "base_url": "http://localhost:7060/comments", + "page_id": "add-page-id-here" +} -- cgit v1.2.3