Skip to content

Commit

Permalink
add map contract, type map controller
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 20, 2024
1 parent cd22ec0 commit e46b074
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shared/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ export const router = contract.router(
strictStatusCodes: true,
},
);

const baseRouterConfig = contract.router(
{ authContract, adminContract, usersContract },
{},
);

0 comments on commit e46b074

Please sign in to comment.