Skip to content

Commit

Permalink
Fix notification api route methods (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Feb 3, 2025
1 parent 198c13b commit 7f9fef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/mbin_routes/notification_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ api_notification_push_unregister:
api_notification_push_test:
controller: App\Controller\Api\Notification\NotificationPushApi::testSubscription
path: /api/notification/push/test
methods: [ GET ]
methods: [ POST ]
format: json
2 changes: 1 addition & 1 deletion config/mbin_routes/notification_settings_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ api_notification_settings_update:
requirements:
targetType: entry|post|magazine|user
setting: Default|Loud|Muted
methods: [ GET ]
methods: [ PUT ]
format: json

0 comments on commit 7f9fef0

Please sign in to comment.