This website works better with JavaScript.
首頁
探索
說明
登入
binhong
/
Breakups
镜像来自
https://github.com/binhonglee/Breakups
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
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…
取消
儲存