Skip to content

Commit

Permalink
update api host
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Apr 29, 2024
1 parent 6382618 commit af15ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/WSMatches.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { computed, ref, watch } from 'vue';
import sec2str, { sec2biggestTime } from '@Utils/sec2str';
import Pagination from '@/components/Pagination.vue';
const API_ENDPOINT = new URL('https://cors.apn.monster/https://mentalisit.sytes.net:8443/wsmatches');
const API_ENDPOINT = new URL('https://mentalisit.sytes.net:8443/wsmatches');
API_ENDPOINT.searchParams.set('limit', '50');
interface Response {
Expand Down

0 comments on commit af15ad7

Please sign in to comment.