zalopay-oss / backstage-grpc-playground-backend

A backstage backend plugin support gRPC playground for API entities and normal requests
MIT License
6 stars 3 forks source link

fix: update removed 'read' calls #7

Closed ballpointcarrot closed 1 year ago

ballpointcarrot commented 1 year ago

A Backstage PR removed the read call from the UrlReaderService implementation, which causes this backend plugin to no longer build properly.

The changes here mirror what is presented within the backstage PR for implementation adjustments.

whatvn commented 1 year ago

LGTM. @fr0stf0x please take a look, thank!