Skip to content

Commit

Permalink
chore: dummy push
Browse files Browse the repository at this point in the history
  • Loading branch information
victolee0 authored Nov 22, 2023
1 parent 24cdb4e commit 11630c1
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 11630c1

Please sign in to comment.