@nestjs/azure-func-http
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@nestjs/azure-func-http", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@azure-func-http)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
@@ -7,4 +7,6 @@ import { INestApplication } from '@nestjs/common'; | ||
const app = await NestFactory.create(<%= getRootModuleName() %>); | ||
app.setGlobalPrefix('api'); | ||
await app.init(); | ||
return app; | ||
} |
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
27469
200