Skip to content

Commit

Permalink
chore: fix some image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AiverAiva committed Oct 13, 2023
1 parent 681fce7 commit a44ccfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added assets/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
# name: Apache 2.0
# url: http://www.apache.org/licenses/LICENSE-2.0.html
x-logo:
url: https://raw.githubusercontent.com/AiverAiva/weikuwu.me/main/assets/img/logoBig_pwOl.png
url: https://raw.githubusercontent.com/AiverAiva/documents/main/assets/thumbnail.png
# description: >
# This is an **example** API to demonstrate features of the OpenAPI
# specification.
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/hello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
# - basic_auth: []
responses:
'200':
description: OK
description: Hello World!
# headers:
# X-Rate-Limit:
# description: calls per hour allowed by the user
Expand Down

0 comments on commit a44ccfe

Please sign in to comment.