Skip to content

Commit 4f78fcf

Browse files
committed
use /finance path
1 parent c24fd95 commit 4f78fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { AppModule } from './app.module';
99
async function bootstrap() {
1010
const app = await NestFactory.create<NestExpressApplication>(AppModule);
1111

12-
// Global prefix for all routes is configured as `/v5/payments`
13-
app.setGlobalPrefix(process.env.API_BASE ?? '/v5/payments');
12+
// Global prefix for all routes is configured as `/v5/finance`
13+
app.setGlobalPrefix(process.env.API_BASE ?? '/v5/finance');
1414

1515
// CORS related settings
1616
const corsConfig: cors.CorsOptions = {

0 commit comments

Comments
 (0)