3 devlogs
2h 45m 58s
feat: implement request routing and unified error handling
[Summary]
Introduced a path-based router and centralized error handling logic for better extensibility.
[Details]
handleWebhook function to improve maintainability.[概要]
リクエストルーティングの実装とエラーハンドリングの共通化
[詳細]
handleWebhook 関数へ分離し、コードの保守性を向上。Log in to leave a comment
feat: implement signature verification for LINE Webhook
[Summary]
Added security layer to verify the X-Line-Signature header in incoming requests.
[Details]
[概要]
LINE Webhookの署名検証処理を実装
[詳細]
Log in to leave a comment
feat: Name the bot “Steve” and initialize with Appwrite and echo feature
ボットを「Steve」と命名し、Appwriteの導入とおうむ返し機能を実装
Log in to leave a comment