Initial commit - Event Planner application
This commit is contained in:
5
node_modules/@nestjs/serve-static/dist/utils/validate-global-prefix.util.js
generated
vendored
Normal file
5
node_modules/@nestjs/serve-static/dist/utils/validate-global-prefix.util.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.validateGlobalPrefix = void 0;
|
||||
const validateGlobalPrefix = (globalPrefix) => !globalPrefix.match(/^(\/?)$/);
|
||||
exports.validateGlobalPrefix = validateGlobalPrefix;
|
||||
Reference in New Issue
Block a user