Skip to content

Commit b12b2b8

Browse files
committed
fix: update checklist API endpoints to include projectId in path
- Updated the checklist API routes in plugin.json to include projectId in the path for GET, POST, PATCH, and DELETE methods. - Modified the ChecklistsSection component to reflect the new API structure, ensuring all checklist-related API calls now include projectId in their respective endpoints. - Bumped the version of @paca-ai/plugin-sdk-react from 0.1.0 to 0.2.0 in package.json.
1 parent 874ebea commit b12b2b8

6 files changed

Lines changed: 1814 additions & 17 deletions

File tree

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/Paca-AI/first-party/checklist
22

33
go 1.24
44

5-
require github.com/Paca-AI/plugin-sdk-go v0.2.0-rc.5
5+
require github.com/Paca-AI/plugin-sdk-go v0.2.0
66

77
require github.com/google/uuid v1.6.0

backend/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/Paca-AI/plugin-sdk-go v0.2.0-rc.5 h1:xrEPnJLM2sdwtY/wRaGOdfeDPv5zPUpR8QZJ/w2nQVU=
2-
github.com/Paca-AI/plugin-sdk-go v0.2.0-rc.5/go.mod h1:5WeC6cSEf2wM1ovICZbDaVky9oi5id/Qpdfc5LDAQnw=
1+
github.com/Paca-AI/plugin-sdk-go v0.2.0 h1:Fur6p+OQoC5imq7qmvaQtJnZ3SRVRskx8KcT/rqFHj4=
2+
github.com/Paca-AI/plugin-sdk-go v0.2.0/go.mod h1:5WeC6cSEf2wM1ovICZbDaVky9oi5id/Qpdfc5LDAQnw=
33
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
44
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)