mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
docs: refresh CDN URLs and example JSON headers (#7236)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ const people = [
|
||||
|
||||
export default function (req, res) {
|
||||
res.writeHead(200, {
|
||||
'Content-Type': 'text/json'
|
||||
'Content-Type': 'application/json'
|
||||
});
|
||||
res.write(JSON.stringify(people));
|
||||
res.end();
|
||||
|
||||
Reference in New Issue
Block a user