Fix backend URL

This commit is contained in:
Moritz Ruth 2025-01-10 15:09:25 +01:00
parent de95f7f118
commit c3b190ecb3
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -2,7 +2,7 @@ import { Temporal } from "temporal-polyfill"
import ky from "ky"
const api = ky.extend({
prefixUrl: "https://ias-tea-axum.shuttleapp.rs/",
prefixUrl: "https://ias-tea-axum-af2f.shuttle.app",
mode: "cors"
})