Skip to content

Commit

Permalink
fix: #663 dummy api touch to promote (#665)
Browse files Browse the repository at this point in the history
* Dummy change to promote api deployment.

* dummy change
  • Loading branch information
ianliuwk1019 authored Jul 31, 2024
1 parent 27a1da4 commit 01183bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { PublicNoticeService } from '@api-modules/project/public-notice.service'
import { INestApplication, ValidationPipe } from '@nestjs/common';
import { NestFactory } from '@nestjs/core';
import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';
import { BatchJobEnum } from '@src/app-constants';
import 'dotenv/config';
import { json, urlencoded } from 'express';
import helmet from 'helmet';
import { Logger } from 'nestjs-pino';
import { BatchJobEnum } from '@src/app-constants';
import { ConnectionOptions, createConnection } from 'typeorm';
import { AppModule } from './app/app.module';
import * as ormConfigMain from './migrations/ormconfig-migration-main';
Expand Down

0 comments on commit 01183bd

Please sign in to comment.