Skip to content

Commit 78a5f52

Browse files
committed
fix: request tag
1 parent 52fda66 commit 78a5f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

type_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ func (b Request) Handler(entry *logrus.Entry) (*entries, []tag) {
8989
Type: b.BindType(),
9090
Content: ToContent(b),
9191
CreatedAt: time.Now().Format("2006-01-02 15:04:05"),
92-
}, []tag{{Tag: b.Uri, EntryUuid: uuId}}
92+
}, []tag{{Tag: ginCtx.FullPath(), EntryUuid: uuId}}
9393
}

0 commit comments

Comments
 (0)