clan-cli: Fixed CORS issue. UI: Readded id as tableData property

This commit is contained in:
Luis-Hebendanz
2023-08-27 15:10:15 +02:00
parent ab90244486
commit ce19e5602a
8 changed files with 164 additions and 146 deletions

View File

@@ -63,4 +63,5 @@ def start_server(args: argparse.Namespace) -> None:
port=args.port,
log_level=args.log_level,
reload=args.reload,
headers=[("Access-Control-Allow-Origin", "*")],
)