Golang-MySQL-CRUD-Bookstore-Management-API icon indicating copy to clipboard operation
Golang-MySQL-CRUD-Bookstore-Management-API copied to clipboard

Issue of Typo Error at w.Header().Set

Open kyhong2000-dev opened this issue 2 years ago • 0 comments

Theres is a typo error in the book-controller.go file

w.Header().Set("Content-Type","pkglication/json")

The pkglication/json supposed to be the application/json w.Header().Set("Content-Type","application/json")

kyhong2000-dev avatar Jan 01 '23 11:01 kyhong2000-dev