| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/get-global-prefix.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGlobalPrefix = void 0;
function getGlobalPrefix(app) {
const internalConfigRef = app.config;
return (internalConfigRef && internalConfigRef.getGlobalPrefix()) || '';
}
exports.getGlobalPrefix = getGlobalPrefix;