diff --git a/src/Infrastructures/http/createServer.js b/src/Infrastructures/http/createServer.js index fa86e6e..1396a5d 100644 --- a/src/Infrastructures/http/createServer.js +++ b/src/Infrastructures/http/createServer.js @@ -26,6 +26,7 @@ const swaggerOptions = { title: "Forum API Documentation by Ofren dialsa", version: "1.0.0", }, + schemes: ['https'], }; const createServer = async (container) => {