Skip to content

Commit 2ae3f0b

Browse files
committed
Fix URL
1 parent 814a6ca commit 2ae3f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/convertMarkdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from 'uuid';
77
import fetch from 'node-fetch';
88

9-
const apiURL = "https://vscode-markdown-converter-jl3f4c79.conholdate.cloud/api/markdown";
9+
const apiURL = "https://vscode-markdown-converter-750605.conholdate.cloud/api/markdown";
1010

1111
/**
1212
* @description Convert MD to another format

0 commit comments

Comments
 (0)