hyphacoop / api.distributed.press

https://distributed.press
GNU Affero General Public License v3.0
77 stars 8 forks source link

APIv1: Creating a site returns an error #37

Closed fauno closed 1 year ago

fauno commented 1 year ago

When I try to create a new site I get an error, but nothing is logged on the server.

<!DOCTYPE html>
<html lang="en">
<head> 
<meta charset="utf-8">
<title>Error</title>
</head> 
<body> 
<pre>Cannot POST /v1/sites</pre> 
</body> 
</html>