Add support for /api/v1/push/subscription
This commit is contained in:
parent
8f6192e26b
commit
3dafb3b9da
5 changed files with 193 additions and 3 deletions
|
@ -109,6 +109,10 @@ func main() {
|
|||
* [x] GET /api/v1/notifications/:id
|
||||
* [x] POST /api/v1/notifications/dismiss
|
||||
* [x] POST /api/v1/notifications/clear
|
||||
* [x] POST /api/v1/push/subscription
|
||||
* [x] GET /api/v1/push/subscription
|
||||
* [x] PUT /api/v1/push/subscription
|
||||
* [x] DELETE /api/v1/push/subscription
|
||||
* [x] GET /api/v1/reports
|
||||
* [x] POST /api/v1/reports
|
||||
* [x] GET /api/v1/search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue