Skip to content

Commit

Permalink
fix: layer project remove
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Dec 15, 2023
1 parent b6a7605 commit 9ec660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/api/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const deleteProjectLayer = async (
) => {
try {
await fetchWithAuth(
`${PROJECTS_API_BASE_URL}/${projectId}/layer/?layer_project_id=${layerId}`,
`${PROJECTS_API_BASE_URL}/${projectId}/layer?layer_project_id=${layerId}`,
{
method: "DELETE",
},
Expand Down

0 comments on commit 9ec660b

Please sign in to comment.