fix: allow access to /log/** path to resolve unauthorized error on refresh (#3858)

Co-authored-by: Calvin <zhengqiwei@apache.org>
This commit is contained in:
Yang Chen
2025-11-18 01:33:29 +08:00
committed by GitHub
co-authored by Calvin
parent 7ac175e726
commit c1815f5107
@@ -94,6 +94,7 @@ excludedResource:
- /setting/**===get
- /passport/**===get
- /status/**===get
- /log/**===get
- /**/*.html===get
- /**/*.js===get
- /**/*.css===get