Skip to content

Commit 1a6a5f9

Browse files
committed
Delete not use code
1 parent 670e942 commit 1a6a5f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ DEBUG=jsonapitestserver:* npm start
3737

3838
### RESTful API
3939
- GET : application/json
40-
- POST : x-www-form-urlencoded `json : data....`
40+
- POST : x-www-form-urlencoded `json : jsonString....`
4141
- DELETE
4242

4343
## set env....

routes/jsonFile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var express = require('express');
22
var router = express.Router();
33
var fs = require('fs');
44
var path = require('path');
5-
var Ajv = require('ajv');
65

76
router.get('/', function(req, res, next) {
87
res.setHeader('Content-Type', 'application/json');

0 commit comments

Comments
 (0)