Skip to content

Commit

Permalink
feat: Add production remote doctype for announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Sep 20, 2024
1 parent 508a115 commit bedd073
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
"type": "cc.cozycloud.announcements.dev.uploads",
"verbs": ["GET"],
"description": "Remote-doctype required to get announcements images, for development purposes"
},
"announcements": {
"type": "cc.cozycloud.announcements",
"verbs": ["GET"],
"description": "Remote-doctype required to get announcements"
},
"announcements-uploads": {
"type": "cc.cozycloud.announcements.uploads",
"verbs": ["GET"],
"description": "Remote-doctype required to get announcements images"
}
},
"routes": {
Expand Down

0 comments on commit bedd073

Please sign in to comment.