Skip to content

Commit

Permalink
Merge pull request #48 from openhacku-team-a/feature/use-x-protobuf
Browse files Browse the repository at this point in the history
feat: x-proto-buf
  • Loading branch information
pirotyyy authored Mar 16, 2024
2 parents b89b9c3 + 632415b commit eaf123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/handler/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (h User) GetUserInfos() gin.HandlerFunc {
})
return
}
c.Data(200, "application/octet-stream", respData)
c.Data(200, "application/x-protobuf", respData)
}
}

Expand Down

0 comments on commit eaf123c

Please sign in to comment.