Skip to content

Conversation

@shahzadaazam
Copy link
Contributor

This PR introduces an overloaded read() method in BaseGetMonoController to support simple GET requests without any path variables. The goal is to extend support for scenarios where a default or context-based resource needs to be fetched without requiring an ID.

  • updated BaseGetMonoReactiveController

@ApiResponse(responseCode = "401", description = "Unauthorized"),
@ApiResponse(responseCode = "403", description = "Forbidden"),
})
@GetMapping("/")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wont this clash with BaseGetFluxReactiveController

@shahzadaazam
Copy link
Contributor Author

We need to discuss where to make this change. In API layer or Service layer (both have controllers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants