Update API endpoints to use consistent versioning in URL paths
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user