Skip to content

Commit 91a6b14

Browse files
committed
feat: one breakline
1 parent d30b47b commit 91a6b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/public-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For a custom n8n node check <a href="https://www.npmjs.com/package/n8n-nodes-pos
2121
To use the Public API, go to Postiz settings and copy the API Key.<br />
2222
With each request you need to pass the API Key in the header `Authorization: {apiKey}`.<br />
2323
If you are using the hosted version of Postiz the URL will be `https://api.postiz.com/public/v1`.<br />
24-
If you are self-hosting Postiz the URL will be `https://{NEXT_PUBLIC_BACKEND_URL}/public/v1`.<br /><br />
24+
If you are self-hosting Postiz the URL will be `https://{NEXT_PUBLIC_BACKEND_URL}/public/v1`.<br />
2525

2626
<u>There is a limit of **30** requests per hour.</u><br />
2727
It does not mean you can post only 30 posts per hour, it means you can make 30 <br />

0 commit comments

Comments
 (0)