Skip to content

Commit

Permalink
WIP: kassabuch
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed May 13, 2024
1 parent 091af03 commit 06405de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pylons/kassabuch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 06405de

Please sign in to comment.