소스 검색

fix

master
mortie 7 년 전
부모
커밋
1b1788dc0e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      index.js
  2. 1
    1
      package.json

+ 1
- 1
index.js 파일 보기

@@ -13,7 +13,7 @@ function template(tpml, args) {
}

function resJson(obj) {
res.writeHead(200, {
this.writeHead(200, {
"content-type": "application/json"
});
this.end(JSON.stringify(obj));

+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "webframe",
"version": "0.2.0",
"version": "0.2.1",
"description": "Web server.",
"main": "index.js",
"scripts": {

Loading…
취소
저장