Skip to content

Commit 41aa5c7

Browse files
committed
make https default
1 parent 0d5e909 commit 41aa5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ fastify.register(require('@fastify/swagger'), {
6464
"description": "Source code on Github"
6565
},
6666
"schemes": [
67-
"http",
68-
"https"
67+
"https",
68+
"http"
6969
],
7070
"tags": [{
7171
"name": "api",

0 commit comments

Comments
 (0)