Skip to content

Commit

Permalink
fix ZAN api url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Feb 6, 2024
1 parent 1182558 commit 5801860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/configs/zan.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ids_api_base_url": "https://ids-api.zanartcc.org",
"ids_api_base_url": "https://ids.zanartcc.org",
"ids_base_url": "https://ids.zanartcc.org",
"subdivision": {
"name": "Anchorage ARTCC",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</button>
</div>
<div v-else>
<a :href="`${config.ids_api_base_url}/v1/oauth/login?redirect=${location}`">
<a :href="`${config.ids_api_base_url}/v1/auth/login?redirect=${location}`">
<button
class="border-2 border-gray-500 font-bold py-2 px-4 rounded h-full w-[10rem] mr-1"
:class="`${config.colors.buttons.Login.background} hover:${config.colors.buttons.Login.hover} ${config.colors.buttons.Login.foreground}`"
Expand Down

0 comments on commit 5801860

Please sign in to comment.