Skip to content

Commit

Permalink
chore: github action 확인용
Browse files Browse the repository at this point in the history
  • Loading branch information
victolee0 authored Nov 22, 2023
1 parent 4d515bc commit b23d486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { readFileSync } from 'fs';
async function bootstrap() {
const configService = new ConfigService();

let httpsOptions = null;
const ssl = configService.get<string>('SSL');
let httpsOptions = null;
if (ssl == 'true') {
httpsOptions = {
key: readFileSync(configService.get<string>('HTTPS_KEY_PATH')),
Expand Down

0 comments on commit b23d486

Please sign in to comment.