@sumor/api-middleware
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@sumor/api-middleware", | ||
"description": "API Middleware is a middleware for Node.JS. It can easily expose function to api, and validate parameters", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "sumor-cloud/api-middleware", |
@@ -40,3 +40,3 @@ # api-middleware | ||
1. Add a file named `plus.js` in your project folder `api` | ||
##### 1. Add a file named `plus.js` in your project folder `api` | ||
@@ -51,3 +51,3 @@ ```js | ||
[Optional] 2. Add a file named `plus.json` in your project folder `api` | ||
##### [Optional] 2. Add a file named `plus.json` in your project folder `api` | ||
@@ -71,3 +71,3 @@ ```json | ||
3. Add the following code in your `index.js` file | ||
##### 3. Add the following code in your `index.js` file | ||
@@ -86,6 +86,6 @@ ```javascript | ||
4. run index.js | ||
##### 4. run index.js | ||
```bash | ||
node index.js | ||
``` | ||
```bash | ||
node index.js | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6518
65258