mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
docs: refresh CDN URLs and example JSON headers (#7236)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export default function (req, res) {
|
||||
req.on('end', function () {
|
||||
console.log('POST received');
|
||||
res.writeHead(200, {
|
||||
'Content-Type': 'text/json'
|
||||
'Content-Type': 'application/json'
|
||||
});
|
||||
res.end();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user