DEV: Fix openapi definition logo URL (#17038)

See 887e4087d5
This commit is contained in:
David Taylor 2022-06-08 13:10:20 +01:00 committed by GitHub
parent fff3ff11c0
commit c65c23b48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ RSpec.configure do |config|
info: { info: {
title: 'Discourse API Documentation', title: 'Discourse API Documentation',
'x-logo': { 'x-logo': {
url: 'https://discourse-meta.s3-us-west-1.amazonaws.com/optimized/3X/9/d/9d543e92b15b06924249654667a81441a55867eb_1_690x184.png', url: 'https://docs.discourse.org/logo.svg',
}, },
version: 'latest', version: 'latest',
description: api_docs_description, description: api_docs_description,