Skip to content

Commit

Permalink
oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Mar 16, 2021
1 parent 56f7918 commit c33e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/core/notice/v0/notice.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type noticeHandler struct {
notice []notice.Notice
}

const layout = "2006-01-02 15:04:05"
const layout = "2006-01-02T15:04:05"

func Get(c *gin.Context) {
userToken := c.Request.Header.Get("USER_TOKEN")
Expand Down

0 comments on commit c33e9f6

Please sign in to comment.