Temporarily fix the filtering into its original state (#266)

This commit is contained in:
M. Mert Yıldıran
2021-09-07 09:50:33 +03:00
committed by GitHub
parent cf231538f4
commit eba7a3b476
3 changed files with 4 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ func (d dissecting) Summarize(entry *api.MizuEntry) *api.BaseEntryDetails {
Url: entry.Url,
RequestSenderIp: entry.RequestSenderIp,
Service: entry.Service,
Path: entry.Path,
Summary: entry.Path,
StatusCode: entry.Status,
Method: entry.Method,