diff --git a/endpoints/[POST] postmark.bru b/endpoints/[POST] postmark.bru new file mode 100644 index 0000000..e0a90d1 --- /dev/null +++ b/endpoints/[POST] postmark.bru @@ -0,0 +1,11 @@ +meta { + name: [POST] postmark + type: http + seq: 2 +} + +post { + url: https://inbox-negotiator.vercel.app/api/postmark + body: none + auth: none +} diff --git a/endpoints/bruno.json b/endpoints/bruno.json new file mode 100644 index 0000000..7356907 --- /dev/null +++ b/endpoints/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Inbox Negotiator", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file