Skip to content

Commit

Permalink
Merge pull request #453 from bittorrent/feat/dashboard-login
Browse files Browse the repository at this point in the history
feat: ignore config show path.
  • Loading branch information
mengcody authored Sep 11, 2024
2 parents b4cbe58 + 253838c commit 93dab25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/corehttp/corehttp_interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func filterUrl(r *http.Request) bool {
}
urls := map[string]bool{
APIPath + "/id": true,
APIPath + "/config/show": true,
APIPath + "/dashboard/check": true,
APIPath + "/dashboard/set": true,
APIPath + "/dashboard/login": true,
Expand Down

0 comments on commit 93dab25

Please sign in to comment.