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