Update API endpoints to use consistent versioning in URL paths

This commit is contained in:
2025-06-24 12:32:45 +05:30
parent a562a51025
commit 17ec72e283
6 changed files with 6 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ export const editThreadTitleApi = async (
try {
const response = await fetch(
`${url_Backend_dwinzo}/api/v1/Thread/updateTitle`,
`${url_Backend_dwinzo}/api/V1/Thread/updateTitle`,
{
method: "PATCH",
headers: {