Golang-MySQL-CRUD-Bookstore-Management-API
Golang-MySQL-CRUD-Bookstore-Management-API copied to clipboard
Issue of Typo Error at w.Header().Set
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")