Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisIvanov committed Jun 12, 2024
1 parent 8a03bae commit d9f9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/CookingApp/Controllers/ChatController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public async Task<IActionResult> CreateChat([FromBody] string message)
}


[HttpPost("chat/{id}")]
[HttpPost("chat/{id:string}")]
public async Task<IActionResult> SendQuery([FromBody] string message, [FromRoute] string? id = null)
{
try
Expand Down

0 comments on commit d9f9752

Please sign in to comment.