mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 01:08:58 +03:00
Refactor Notices and System Health pane (#24243)
* refactor notices * show startup message for enrichments in health pane * tweaks
This commit is contained in:
committed by
Nicolas Mowen
parent
5cef6823a6
commit
7bc32fd4c9
@@ -331,7 +331,8 @@ def build_access_map(
|
||||
for method in route.methods:
|
||||
if method in ("HEAD", "OPTIONS"):
|
||||
continue
|
||||
access_map[(route.path, method.lower())] = {
|
||||
# the OpenAPI paths drop convertors such as :path, like path_format
|
||||
access_map[(route.path_format, method.lower())] = {
|
||||
"level": level,
|
||||
"roles": roles,
|
||||
"flag": flag,
|
||||
|
||||
Reference in New Issue
Block a user