-
Hello guys, using Odata 8 i have a NotificationsController and i have set my entityset I have tried to change the entitySet to modelBuilder.entitySet("Notif") but no luck. all my endpoints are not generated. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
zikalol
Jun 25, 2022
Replies: 1 comment
-
Fixed it by adding custom route for my controller |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zikalol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed it by adding custom route for my controller
[Route("/v1/Notif")]