Skip to content

Commit 0075fca

Browse files
authored
Signup route changed (#1741)
* Signup route changed * Formatting done * Schemas fix * Setup File edited * Setup Route Changed * Fix as per the need * Setup file working finally * Linting fix * Conflicts fix * Type Errors fixed * Type Errors fixed --------- Co-authored-by: Manik2708 <Manik2708>
1 parent 6eb9bbd commit 0075fca

20 files changed

+1513
-745
lines changed

codegen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ const config: CodegenConfig = {
7373
UserTag: "../models/OrganizationTagUser#InterfaceOrganizationTagUser",
7474

7575
User: "../models/User#InterfaceUser",
76+
77+
UserToReturn: "../models/User#InterfaceUserToReturn",
7678
},
7779

7880
useTypeImports: true,

0 commit comments

Comments
 (0)