diff --git a/backend/proxy-server/src/domain/proxy/proxy.service.ts b/backend/proxy-server/src/domain/proxy/proxy.service.ts index 1704fa2d..3fa0d6c4 100644 --- a/backend/proxy-server/src/domain/proxy/proxy.service.ts +++ b/backend/proxy-server/src/domain/proxy/proxy.service.ts @@ -5,7 +5,7 @@ import type { FastifyLogger } from 'common/logger/fastify.logger'; import type { ProjectService } from 'domain/project/project.service'; enum Protocol { - HTTP = 'http://', + HTTP = 'https://', HTTPS = 'https://', }