1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 12:33:49 +00:00

Update swagger config to use proper URL scheme (#744)

This commit is contained in:
Kyle Spearrin
2020-05-21 15:00:03 -04:00
committed by GitHub
parent 343ef92a20
commit beb40eb682
2 changed files with 2 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ build_script:
$env:swaggerGen = "true"
$env:ASPNETCORE_ENVIRONMENT = "Production"
cd .\src\Api
dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com `
dotnet swagger tofile --output ..\..\swagger.json --host https://api.bitwarden.com `
.\bin\Debug\netcoreapp3.1\Api.dll public
cd ..\..
$env:ASPNETCORE_ENVIRONMENT = ""