Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update services/basket/src/server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Leroux <[email protected]>
  • Loading branch information
Anatole-Godard and floriaaan authored Aug 15, 2023
1 parent ef382de commit 026b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/basket/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const {
} = grpc.com.goodfood.basket;

const server = createServerProxy(new Server());
server.addService(ds, basketHandlers);
server.addService(bs, basketHandlers);
server.use(logGRPC);

server.bindAsync(ADDRESS, serverInsecure, () => {
Expand Down

0 comments on commit 026b4f7

Please sign in to comment.