Fix backend URL
This commit is contained in:
parent
de95f7f118
commit
c3b190ecb3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { Temporal } from "temporal-polyfill"
|
||||||
import ky from "ky"
|
import ky from "ky"
|
||||||
|
|
||||||
const api = ky.extend({
|
const api = ky.extend({
|
||||||
prefixUrl: "https://ias-tea-axum.shuttleapp.rs/",
|
prefixUrl: "https://ias-tea-axum-af2f.shuttle.app",
|
||||||
mode: "cors"
|
mode: "cors"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue