- extended API Endpoints

- restructured API paths
- added JWT authorization
- added login function (without authentication)
This commit is contained in:
Denys Konovalov
2021-07-29 20:03:10 +02:00
parent 3d6ac184a4
commit 51d71ce133
12 changed files with 134 additions and 62 deletions

5
static/index.html Normal file
View File

@ -0,0 +1,5 @@
<html>
<body>
<h1>H1</h1>
</body>
</html>