Files
Blitz-Proxy/core/scripts/webpanel
Whispering Wind d86087cf74 feat: Add API endpoint to edit NormalSub subpath
This commit introduces a new PUT endpoint `/api/v1/config/normalsub/edit_subpath`
to allow modification of the NormalSub service's subpath.

- Added `EditSubPathInputBody` Pydantic model for request validation.
- Implemented the API endpoint in `normalsub.py` router, calling the
  corresponding `cli_api.edit_normalsub_subpath` function.
- Includes error handling for validation and general exceptions.
2025-05-17 23:27:17 +03:30
..
2025-02-06 01:50:37 +00:00
2025-02-03 19:28:59 +00:00
2025-04-18 13:28:34 +03:30