Skip to content

Commit

Permalink
chore: fix port number in openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Mar 29, 2024
1 parent 6a7a262 commit 330ee77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/moarpb/v1/moar.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"servers": [
{
"url": "http://localhost:8080",
"url": "http://localhost:8000",
"description": "local"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.base.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
servers:
- description: local
url: http://localhost:8080
url: http://localhost:8000
info:
description: "moar (pronounce \"more\") is a modular augmentation registry for VueJS and ReactJS."
title: moar
Expand Down

0 comments on commit 330ee77

Please sign in to comment.