diff --git a/package.json b/package.json index 38bd75ba..afb159e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft.azure/autorest.testserver", - "version": "2.10.43", + "version": "2.10.44", "main": "./legacy/startup/www.js", "bin": { "start-autorest-express": "./.scripts/start-autorest-express.js", diff --git a/swagger/multiapi-v1.json b/swagger/multiapi-v1.json index 6991d7a0..e4ee1350 100644 --- a/swagger/multiapi-v1.json +++ b/swagger/multiapi-v1.json @@ -6,6 +6,9 @@ "version": "1.0.0" }, "host": "localhost:3000", + "schemes": [ + "http" + ], "produces": [ "application/json" ], diff --git a/swagger/multiapi-v2.json b/swagger/multiapi-v2.json index ec462ee0..a0d9621c 100644 --- a/swagger/multiapi-v2.json +++ b/swagger/multiapi-v2.json @@ -6,6 +6,9 @@ "version": "2.0.0" }, "host": "localhost:3000", + "schemes": [ + "http" + ], "produces": [ "application/json" ], diff --git a/swagger/multiapi-v3.json b/swagger/multiapi-v3.json index cf7dfc34..9963695f 100644 --- a/swagger/multiapi-v3.json +++ b/swagger/multiapi-v3.json @@ -6,6 +6,9 @@ "version": "3.0.0" }, "host": "localhost:3000", + "schemes": [ + "http" + ], "produces": [ "application/json" ],