2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

add test case

This commit is contained in:
Vineet Hawal
2015-10-29 12:59:10 +05:30
parent a59bc8d2ae
commit 44cccc450c
4 changed files with 4 additions and 8 deletions
-1
View File
@@ -76,7 +76,6 @@ dirs = listDirs(__dirname);
server = http.createServer(function (req, res) {
var url = req.url;
res.setHeader("Access-Control-Allow-Origin", "*");
// Process axios itself
if (/axios\.min\.js$/.test(url)) {