Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
binhong
/
Breakups
mirror da
https://github.com/binhonglee/Breakups
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test
Fixing-CORS-crash
BinHong Lee
7 anni fa
parent
aa7a798e4e
commit
8f3b98ce2a
2 ha cambiato i file
con
8 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Vedi File
@@ -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
Vedi File
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Scrivi
Anteprima
Caricamento…
Annulla
Salva