Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjust operator route #674

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: MIT
url: https://opensource.org/licenses/MIT
servers:
- url: http://localhost:8080

Check warning on line 10 in docs/api.yaml

View workflow job for this annotation

GitHub Actions / generate

no-server-example.com

Server `url` should not point to example.com or localhost.

Check warning on line 10 in docs/api.yaml

View workflow job for this annotation

GitHub Actions / generate

no-server-example.com

Server `url` should not point to example.com or localhost.
description: Local development server
tags:
- name: RSS
Expand Down Expand Up @@ -44,18 +44,19 @@
$ref: "./path/rss.yaml"

# Operator route
/operators:
$ref: "./path/home.yaml"
/operators/activity_count:
$ref: "./path/activity_count.yaml"
/operators/workers_status:
$ref: "./path/workers_status.yaml"
/operators/info:
$ref: "./path/info.yaml"

# Info routes without auth
/:
$ref: "./path/home.yaml"
/networks/config:
$ref: "./path/networks/config.yaml"
/activity_count:
$ref: "./path/activity_count.yaml"


components:
securitySchemes:
Expand Down
Loading
Loading