Skip to content

Commit

Permalink
whoopsie oopsie made a oupsie
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHi committed Nov 11, 2023
1 parent 94594a8 commit c72e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/ObjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useRoute } from 'vue-router';
import { getRandomInt } from '../util/random'
import router from '../router';
const randomObjectUrl = 'http://localhost:8090/object/'; //TODO_THL: .env
const randomObjectUrl = 'https://backend.roadside.beauty/object/'; //TODO_THL: .env
const isLoading = ref<boolean>(true);
const roadsideObject = ref<RoadsideObjectModel | undefined>(undefined);
const route = useRoute();
Expand Down

0 comments on commit c72e2be

Please sign in to comment.