K-Phoen / backstage-plugin-announcements

Announcements plugin for Backstage
MIT License
52 stars 30 forks source link

Fix AnnouncementCollatorApi to call correct endpoint #178

Closed hmoraes closed 10 months ago

hmoraes commented 1 year ago

See Issue #177.

The API is calling an endpoint that doesn't exist, so I fix the endpoint and handle the result

SonilPro commented 1 year ago

I think the problem is that the registered router is on /api/announcement/announcement for some reason. Maybe that should be fixed instead. @K-Phoen Can you please check this out?

K-Phoen commented 10 months ago

195 replaces this PR :)