fix: Fix GPU monitoring page refresh abnormality issue (#11635)

This commit is contained in:
ssongliu 2026-01-14 14:57:57 +08:00 committed by GitHub
parent 6777941dee
commit 95a613f59f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,7 @@ var WebUrlMap = map[string]struct{}{
"/ai/model": {},
"/ai/gpu": {},
"/ai/gpu/current": {},
"/ai/gpu/history": {},
"/ai/mcp": {},
"/ai/model/tensorrt": {},
"/ai/model/ollama": {},