Skip to content

Commit

Permalink
fix: request tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zodial committed Mar 1, 2023
1 parent 52fda66 commit 78a5f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ func (b Request) Handler(entry *logrus.Entry) (*entries, []tag) {
Type: b.BindType(),
Content: ToContent(b),
CreatedAt: time.Now().Format("2006-01-02 15:04:05"),
}, []tag{{Tag: b.Uri, EntryUuid: uuId}}
}, []tag{{Tag: ginCtx.FullPath(), EntryUuid: uuId}}
}

0 comments on commit 78a5f52

Please sign in to comment.