Skip to content

Commit 8598966

Browse files
Merge pull request #3 from Serendipity-AI/ga/switch-to-prod-endpoint
ga/switch-to-prod-endpoint
2 parents 4f39d6c + 493736d commit 8598966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@serendipityai/markdown2pdf-typescript",
33
"displayName": "Typescript client for markdown2pdf.ai",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "⚡ TypeScript client for markdown2pdf.ai - Convert markdown to PDF with Lightning payments",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const M2PDF_API_URL = "https://qa.api.markdown2pdf.ai";
1+
export const M2PDF_API_URL = "https://api.markdown2pdf.ai";
22
export const M2PDF_POLL_INTERVAL = 3000;
33
export const M2PDF_TIMEOUTS = {
44
REQUEST: 10000,

0 commit comments

Comments
 (0)