Skip to content

Commit

Permalink
fix(ui): OpenAPI paths in the menu (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kif-Fando authored Feb 10, 2022
1 parent 1ceef89 commit 1fc441a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/src/pages/main/Header/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ const menu: Array<MenuItem> = [
subItems: [
{
name: 'OpenAPI 3.0 JSON',
path: 'https://brokencrystals.com/swagger/json',
path: '/swagger/json',
newTab: true
},
{
name: 'API Reference',
path: 'https://brokencrystals.com/swagger/static/index.html',
path: '/swagger/static/index.html',
newTab: true
}
]
Expand Down

0 comments on commit 1fc441a

Please sign in to comment.