Your IP : 216.73.216.43


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/
Upload File :
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;