Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 228 Bytes

BNNA Landing Funnel

Let interested parties request an invite for BNNA Cloud Hosting.

POST https://api.${location.host}/api/request-invite

{
    email: "you@email.com"
}
200 OK
{
    success: true
}