Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
binhong
/
Breakups
espelho de
https://github.com/binhonglee/Breakups
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
test
Fixing-CORS-crash
BinHong Lee
há 7 anos
ascendente
aa7a798e4e
cometimento
8f3b98ce2a
2 ficheiros alterados
com
8 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Ver ficheiro
@@ -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
Ver ficheiro
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar