Skip to content

Commit

Permalink
update monerox
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Apr 13, 2024
1 parent dc61ab4 commit c4c5b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monerox.app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ExampleResolver {

const customRoadmanApp = async (args: RoadmanBuild): Promise<RoadmanBuild> => {
const { app } = args;
app.use("/wallet", moneroxWalletRouter);
app.use("/wallet", moneroxWalletRouter());
return args;
}

Expand Down

0 comments on commit c4c5b9c

Please sign in to comment.