diff --git a/server/src/server.ts b/server/src/server.ts index a6e96c2..978b74c 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -1,5 +1,5 @@ import app from './app'; -import http from 'http'; +import http from 'https'; import { PORT } from './utils/config'; import { connectToDB } from './db';