@nullabyte/hotplate-module-base
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@nullabyte/hotplate-module-base", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Example module for the server-hotplate. Modules are common collections of routes, middleware and utilities for common functions.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ "use strict"; | ||
const { Route } = require("@nullabyte/server-hotplate"); | ||
const router = new route({path: "/testing"}); | ||
const router = new Route({path: "/testing"}); | ||
@@ -8,0 +8,0 @@ module.exports = (someConfigurationValue) => { |
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