From ae9b2adf2522277ce09a65f043d5f3fbbbde23ae Mon Sep 17 00:00:00 2001 From: Michael Hsu Date: Mon, 6 Nov 2017 09:20:37 +0800 Subject: [PATCH] fix: config api url sync with https://github.com/evenchange4/gh-polls-bot/pull/11 and issue https://github.com/apex/gh-polls/issues/35#issuecomment-341988748 --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index ef234d3..382d480 100644 --- a/src/config.js +++ b/src/config.js @@ -1,3 +1,3 @@ export default { - api: 'https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod' -} \ No newline at end of file + api: 'https://api.gh-polls.com' +}