@talaikis/contact-us
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@talaikis/contact-us", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Contact us API service.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -27,6 +27,8 @@ <p align="center"> | ||
// for example: | ||
config('test@test.com', 'talaikis.com', 'key-XXXXX', 'test2@test.com', 'blahblah') | ||
start(3000) // <- port | ||
const conf = config('test@test.com', 'talaikis.com', 'key-XXXXX', 'test2@test.com', 'blahblah') | ||
start(3000, conf) // <- port | ||
``` | ||
That's it, you can go to `http://localhost:3000/ping` | ||
## Sample request | ||
@@ -33,0 +35,0 @@ |
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
3672354
78