how to set header content type in express js code example
Example: set headers in express
response.header("Access-Control-Allow-Origin", "*");
response.header("Access-Control-Allow-Headers", "Origin, X-Requested-With,Content-Type, Accept");
response.header('Access-Control-Allow-Methods', 'GET,PUT,POST,DELETE')