Skip to content

Commit

Permalink
changed API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosttly committed Aug 24, 2023
1 parent 3ebfe4c commit 60c6446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetch from "cross-fetch";
const API = "https://mailik.aexol.work/graphql";
const API = "https://backend.mailik.dev/graphql";

type MailInputType = { body: string; subject: string; replyTo: string };

Expand Down

0 comments on commit 60c6446

Please sign in to comment.