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 +}