Skip to content

Commit

Permalink
docs: update rest-api-docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih authored and p-kostov committed Jun 28, 2024
1 parent 340accf commit 9d80aa3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/rest-api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ To add REST API docs, include the swagger JSON file to the `build` config in `do

```json
{
"metadata": {
"src": [ "../src/**/bin/Release/**.dll" ],
"dest": "api"
},
"build": {
"content": [{
"files": [ "**/*.swagger.json" ] // <-- Include swagger JSON files
Expand Down

0 comments on commit 9d80aa3

Please sign in to comment.