Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
binhong
/
Breakups
spegling av
https://github.com/binhonglee/Breakups
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
test
Fixing-CORS-crash
BinHong Lee
7 år sedan
förälder
aa7a798e4e
incheckning
8f3b98ce2a
2 ändrade filer
med
8 tillägg
och
1 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Visa fil
@@ -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
Visa fil
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara