このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
binhong
/
Breakups
ミラー元
https://github.com/binhonglee/Breakups
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
test
Fixing-CORS-crash
BinHong Lee
7年前
親
aa7a798e4e
コミット
8f3b98ce2a
2個のファイルの変更
、
8行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
書き込み
プレビュー
読み込み中…
キャンセル
保存