Ivan Bessarabov 24d04f8474
Api endpoint is with slash at the end (#846)
```
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api; echo ''
404: Not Found
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api/; echo ''
{"message": "API running."}
$
```
2021-03-11 12:48:36 +01:00
..
2021-01-04 11:14:17 +01:00