Skip to content

Commit 817c840

Browse files
committed
Client: Update Github Auth configuration for new domain games.zomis.net
1 parent 2347f8c commit 817c840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

games-vue-client/src/router/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import axios from "axios";
1212

1313
Vue.use(VueAxios, axios);
1414
Vue.use(VueAuthenticate, {
15-
baseUrl: "http://gbg.zomis.net:42638", // Your API domain
15+
baseUrl: "http://games.zomis.net:42638", // Your API domain
1616
providers: {
1717
github: {
1818
clientId: "ec9c694603f523bc6de8",
19-
redirectUri: "http://gbg.zomis.net:42637/"
19+
redirectUri: "http://games.zomis.net/"
2020
}
2121
}
2222
});

0 commit comments

Comments
 (0)