@rexfng/send
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@rexfng/send", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "send email with restful api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ const express = require('express') | ||
router.post('/sms', jsonParser, function(req,res){ | ||
router.post('/', jsonParser, function(req,res){ | ||
(async function(){ | ||
@@ -10,0 +10,0 @@ try{ |
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
4271