Closed seifoueddine closed 4 years ago
Thank you for your feedback. What is the HTTP response of http://localhost:3000/api/v1/users/user_id/notifications? Is this 204 No Content? Get request to notifications API should not return 204, so I would like to make it clear. https://app.swaggerhub.com/apis-docs/simukappu/activity-notification/2.1.0#/notifications/getNotifications
Closing this issue for now. Please reopen if required.
I have a basic setup with rails API + devise_token_auth and angular9 app for the Front. I add activity_notification gem, and I add the basic configuration
appointment.rb
appointment_controller.rb
routes.rb
the notification saved on notifications table, but when I want to get notifications for some user using this :
I see this in log
any explication, please!