Skip to content

Commit

Permalink
feat: update mailer url
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Mar 27, 2024
1 parent 6efaa1d commit c34d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/mailer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Query, Mutation } from "./schema.generated.js";
// ? "http://mailer:3000/graphql"
// : "https://services.snek.at/mailer/graphql";

const apiURL = "https://services.snek.at/mailer/graphql";
const apiURL = "https://mailer-pylon.cronit.io/graphql";

export const sq = makeSnekQuery(
{ Query, Mutation },
Expand Down

0 comments on commit c34d414

Please sign in to comment.