Configure CORS and security middlewares

This commit is contained in:
Campbell Alden 2026-09-05 23:53:40 +09:00
parent 13779d5a74
commit 07aac38dbc
3 changed files with 19 additions and 1 deletions

View file

@ -9,6 +9,8 @@ let
pyjwt
cryptography
jinja2
flask-talisman
flask-cors
]);
in
with pkgs;