From e7bb312db2a985f4eb507b99d2b370b1e11521b3 Mon Sep 17 00:00:00 2001 From: Soheil Hajizadeh Date: Sat, 4 Jul 2026 14:29:00 +0330 Subject: [PATCH] api url --- src/main.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e0f00ff..ecd1298 100644 --- a/src/main.ts +++ b/src/main.ts @@ -63,9 +63,12 @@ async function bootstrap(): Promise { .setTitle('External Services Gateway') .setDescription( 'Unified gateway for external inquiry providers with JWT authentication, RBAC, ' + - 'per-user inquiry access, audit logging, and normalized inquiry responses.', + 'per-user inquiry access, audit logging, and normalized inquiry responses.', ) .setVersion('1.0') + .addServer("http://localhost:8085") + .addServer("https://apex.mic.co.ir/esg/api") + .addServer(process.env.BASE_URL_PROD) .addBearerAuth( { type: 'http', scheme: 'bearer', bearerFormat: 'JWT', in: 'header' }, 'bearer',