Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
binhong
/
Breakups
espelhamento de
https://github.com/binhonglee/Breakups
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
test
Fixing-CORS-crash
BinHong Lee
7 anos atrás
pai
aa7a798e4e
commit
8f3b98ce2a
2 arquivos alterados
com
8 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Ver arquivo
@@ -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 arquivo
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar