We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2347f8c commit 817c840Copy full SHA for 817c840
games-vue-client/src/router/index.js
@@ -12,11 +12,11 @@ import axios from "axios";
12
13
Vue.use(VueAxios, axios);
14
Vue.use(VueAuthenticate, {
15
- baseUrl: "http://gbg.zomis.net:42638", // Your API domain
+ baseUrl: "http://games.zomis.net:42638", // Your API domain
16
providers: {
17
github: {
18
clientId: "ec9c694603f523bc6de8",
19
- redirectUri: "http://gbg.zomis.net:42637/"
+ redirectUri: "http://games.zomis.net/"
20
}
21
22
});
0 commit comments