Skip to content

Commit

Permalink
Remove duplicated notification endpoints in openapi (#1677)
Browse files Browse the repository at this point in the history
Remove duplicated notification endpoints in openapi
  • Loading branch information
fscholdei committed Jun 1, 2021
1 parent 9b7da23 commit 9a2ff75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/changelog/duplicate_notification_endpoints.yaml
@@ -0,0 +1,2 @@
- type: fixed
description: Remove duplicated notification endpoints in openapi ([#1677](https://github.com/scm-manager/scm-manager/pull/1677))
Expand Up @@ -63,7 +63,9 @@
@OpenAPIDefinition(tags = {
@Tag(name = "Notifications", description = "Notification related endpoints")
})
@Path(NotificationResource.NOTIFICATION_PATH_V2)
public class NotificationResource {
static final String NOTIFICATION_PATH_V2 = "v2/me/notifications/";

private final NotificationStore store;
private final ChannelRegistry channelRegistry;
Expand Down

0 comments on commit 9a2ff75

Please sign in to comment.