Skip to content

Commit

Permalink
update swagger descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Jul 17, 2024
1 parent 74d0151 commit 1b9cce7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
openapi: 3.0.0
info:
title: Skip Go API
description: Simple APIs to build IBC-enabled products that do more with fewer transactions. For devs with all levels of IBC experience.
description: Simple APIs to build seamless cross-chain products that do more with fewer transactions. For devs with all levels of cross-chain experience.
version: 0.1.0
servers:
- url: https://api.skip.build
description: Skip Go API (Production)
description: Production
- url: https://api.dev.skip.build
description: Skip Go API (Development)
description: Development
- url: http://localhost:8080
description: Skip Go API (Local)
description: Local
tags:
- name: 'Info'
description: 'APIs that return general information useful for a variety of operations'
Expand Down

0 comments on commit 1b9cce7

Please sign in to comment.