mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00

- Introduced a "Clear Text" button in the web interface for user convenience. - Updated temporary file management settings in the configuration. - Added new debug endpoints for system and storage information. - Improved logging levels for better debugging insights.
11 lines
No EOL
277 B
HTTP
11 lines
No EOL
277 B
HTTP
### Get Thread Information
|
|
GET http://localhost:8880/debug/threads
|
|
Accept: application/json
|
|
|
|
### Get Storage Information
|
|
GET http://localhost:8880/debug/storage
|
|
Accept: application/json
|
|
|
|
### Get System Information
|
|
GET http://localhost:8880/debug/system
|
|
Accept: application/json |