Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
binhong
/
Breakups
réplica de
https://github.com/binhonglee/Breakups
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test
Fixing-CORS-crash
BinHong Lee
hace 7 años
padre
aa7a798e4e
commit
8f3b98ce2a
Se han
modificado 2 ficheros
con
8 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
index.js
+2
-1
package.json
+ 6
- 0
index.js
Ver fichero
@@ -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 fichero
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
"test": "test",
"start": "node index.js"
},
"author": "",
"license": "MIT"
Escribir
Vista previa
Cargando…
Cancelar
Guardar