デフォルトポート変更
This commit is contained in:
parent
e279314af0
commit
114b704b16
@ -79,7 +79,7 @@ sudo systemctl status voicepeak-api.service
|
||||
|
||||
### 音声生成
|
||||
```bash
|
||||
curl -X POST http://localhost:15000/generate_voice \
|
||||
curl -X POST http://localhost:5000/generate_voice \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"text": "こんにちは、テストです。",
|
||||
@ -96,7 +96,7 @@ curl -X POST http://localhost:15000/generate_voice \
|
||||
### エラーテスト
|
||||
意図的にエラーを発生させてエラーハンドリングをテストするには:
|
||||
```bash
|
||||
curl http://localhost:15000/test_error
|
||||
curl http://localhost:5000/test_error
|
||||
```
|
||||
|
||||
## トラブルシューティング
|
||||
|
Loading…
Reference in New Issue
Block a user