Removed express dependency (using bultin http)

This commit is contained in:
Pablo Ferreiro
2022-04-28 23:53:59 +02:00
parent 35cfd078e6
commit e3e511530b
5 changed files with 76 additions and 368 deletions

View File

@@ -14,7 +14,9 @@ For webserver:
```
node server.py
```
Then you can send a POST request to localhost:8080 with a raw/plain body containing the url
Then you can send a POST request to http://localhost:8080/signature with a raw/plain body containing the url
(Content-Type: text/plain)
For cli usage:
```