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