Skip to content

Commit

Permalink
Signup route changed (#1741)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Manik2708 authored Jan 28, 2024
1 parent 6eb9bbd commit 0075fca
Show file tree
Hide file tree
Showing 20 changed files with 1,513 additions and 745 deletions.
2 changes: 2 additions & 0 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const config: CodegenConfig = {
UserTag: "../models/OrganizationTagUser#InterfaceOrganizationTagUser",

User: "../models/User#InterfaceUser",

UserToReturn: "../models/User#InterfaceUserToReturn",
},

useTypeImports: true,
Expand Down
Loading

0 comments on commit 0075fca

Please sign in to comment.