This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
Breakups
огледало од
https://github.com/binhonglee/Breakups
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
test
Fixing-CORS-crash
BinHong Lee
пре 7 година
родитељ
aa7a798e4e
комит
8f3b98ce2a
2 измењених фајлова
са
8 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Прегледај датотеку
@@ -0,0 +1,6 @@
var http = require('http')
http.createServer(function (request, response) {
response.writeHead(200, {'Content-Type': 'text/plain'})
response.end('Breakup\n')
}).listen(process.env.PORT)
+ 2
- 1
package.json
Прегледај датотеку
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Write
Preview
Loading…
Откажи
Сачувај