diff --git a/src/pylons/kassabuch/src/index.ts b/src/pylons/kassabuch/src/index.ts index 73295e6..e0c9ec0 100644 --- a/src/pylons/kassabuch/src/index.ts +++ b/src/pylons/kassabuch/src/index.ts @@ -3,7 +3,7 @@ import { User } from "oidc-client-ts"; import { makeSnekQuery } from "snek-query"; import { Query, Mutation } from "./schema.generated"; -export const pylonURL = "http://localhost:3000"; +export const pylonURL = "https://pylons.cronit.io/kassabuch"; export const sq = makeSnekQuery( { Query, Mutation },