Fix CSRF error (#22)
continuous-integration/drone/push Build is passing

Fixes #21

Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
2023-01-08 14:35:28 +00:00
parent c9b2d5bd8d
commit e5a9b9aa50
4 changed files with 11 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.3 / 2023-01-08 15:23+01:00
* Fix CSRF error (https://git.kucharczyk.xyz/lukas/timetracker/pulls/22)
## 0.1.2 / 2023-01-07 22:05+01:00
* Switch to Uvicorn/Gunicorn + Caddy (https://git.kucharczyk.xyz/lukas/timetracker/pulls/4)