From 114b704b16d761ad709edc252727095a09194a89 Mon Sep 17 00:00:00 2001 From: ntki Date: Tue, 27 Aug 2024 00:24:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=88=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4912f7..3fb982f 100644 --- a/README.md +++ b/README.md @@ -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 ``` ## トラブルシューティング