From 43229cfba9ab5f8c581a6ef17de650d776f4c5d0 Mon Sep 17 00:00:00 2001 From: Benny Lichtner Date: Sun, 24 Jun 2018 00:04:46 -0700 Subject: [PATCH] remove hardcoded hostname. fixes #1 --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index a99c096..47318a1 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ export default { - ubusUrl: 'http://172.30.0.1/ubus', - infogatherUrl: 'http://172.30.0.1/cgi-bin/infogather', + ubusUrl: '/ubus', + infogatherUrl: '/cgi-bin/infogather', username: 'admin' -} \ No newline at end of file +}