Skip to content

Commit

Permalink
Merge pull request #143 from boostcampwm-2024/dev-back
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
hyo-limilimee authored Nov 21, 2024
2 parents bd495cc + ca8674c commit dd5ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/proxy-server/src/domain/proxy/proxy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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://',
}

Expand Down

0 comments on commit dd5ddd4

Please sign in to comment.