Skip to content

Commit

Permalink
fix: API url to connect on the right server
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 authored Jul 27, 2023
1 parent d48184b commit dcacaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ign-frontend/src/components/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default Vue.component('Demo', {
},
data() {
return {
apiUrl: 'https://ign.schrodinger-hat.it/v1',
apiUrl: 'https://ign-api.schrodinger-hat.it/v1',
img: null,
imgData: null,
selectedColor: [],
Expand Down

0 comments on commit dcacaa1

Please sign in to comment.