From 06405dea0924877e0f0c3163ec4f0b04a8123a61 Mon Sep 17 00:00:00 2001 From: Nico Schett Date: Mon, 13 May 2024 14:09:41 +0200 Subject: [PATCH] WIP: kassabuch --- src/pylons/kassabuch/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },