Skip to content

Commit 5801860

Browse files
committed
fix ZAN api url
1 parent 1182558 commit 5801860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/configs/zan.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ids_api_base_url": "https://ids-api.zanartcc.org",
2+
"ids_api_base_url": "https://ids.zanartcc.org",
33
"ids_base_url": "https://ids.zanartcc.org",
44
"subdivision": {
55
"name": "Anchorage ARTCC",

frontend/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</button>
8181
</div>
8282
<div v-else>
83-
<a :href="`${config.ids_api_base_url}/v1/oauth/login?redirect=${location}`">
83+
<a :href="`${config.ids_api_base_url}/v1/auth/login?redirect=${location}`">
8484
<button
8585
class="border-2 border-gray-500 font-bold py-2 px-4 rounded h-full w-[10rem] mr-1"
8686
:class="`${config.colors.buttons.Login.background} hover:${config.colors.buttons.Login.hover} ${config.colors.buttons.Login.foreground}`"

0 commit comments

Comments
 (0)