Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtquach1 committed Jan 5, 2024
1 parent f10722e commit 4589c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function main() {
let server: any = app;

if (env.USE_HTTPS) {
console.log('Enabling HTTPS HTTPS');
console.log('Enabling HTTPS');
const credentials = {
key: fs.readFileSync(env.HTTPS_KEY_PATH),
cert: fs.readFileSync(env.HTTPS_CERT_PATH)
Expand Down

0 comments on commit 4589c69

Please sign in to comment.