diff --git a/application/Espo/Resources/routes.json b/application/Espo/Resources/routes.json index 7db41b5678..fcd9f95c2a 100644 --- a/application/Espo/Resources/routes.json +++ b/application/Espo/Resources/routes.json @@ -662,12 +662,12 @@ "actionClassName": "Espo\\Tools\\Stream\\Api\\GetStreamAttachments" }, { - "route": "/:Note/:id/pin", + "route": "/Note/:id/pin", "method": "post", "actionClassName": "Espo\\Tools\\Stream\\Api\\PostNotePin" }, { - "route": "/:Note/:id/pin", + "route": "/Note/:id/pin", "method": "delete", "actionClassName": "Espo\\Tools\\Stream\\Api\\DeleteNotePin" },