express-gateway-plugin-oauth
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,4 +6,3 @@ module.exports = { | ||
gatewayExpressApp.get('/*', (req, res, next) => { | ||
console.log('in hello') | ||
return next(); | ||
return res.send("oi"); | ||
}); | ||
@@ -10,0 +9,0 @@ }); |
{ | ||
"name": "express-gateway-plugin-oauth", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Plugin para solicitar autorização do serviço de autenticação remoto.", | ||
@@ -5,0 +5,0 @@ "main": "manifest.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
653
9