fix: Sentinel SSE URL — /SenSu/plugin/... → /plugin/... (匹配实际路由)
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
http_port: 4200
|
||||
last_updated: 25949.800680829
|
||||
last_updated: 26497.116694526
|
||||
plugin_routes:
|
||||
example_plugin:
|
||||
- methods:
|
||||
- GET
|
||||
path: /example_plugin/api/example/info
|
||||
require_auth: false
|
||||
- methods:
|
||||
- POST
|
||||
path: /example_plugin/api/plugin/echo
|
||||
require_auth: true
|
||||
- methods:
|
||||
- POST
|
||||
path: /example_plugin/api/plugin/plugin_status
|
||||
require_auth: true
|
||||
sentinel:
|
||||
- methods:
|
||||
- GET
|
||||
|
||||
Reference in New Issue
Block a user