Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57bd135

Browse files
committedDec 19, 2022
update readme
1 parent 66b74a9 commit 57bd135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The repository [**React.js Isomorphic Web Application Architecture**] has a comp
253253
```
254254

255255
## Directory Traversal for Signup API call
256-
`/src → server.ts → app.ts → /routes/v1/index.ts → /auth/apikey.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /routes/v1/signup.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /database/repository/UserRepo.ts → /database/model/User.ts → /core/ApiResponses.ts`
256+
`/src → server.ts → app.ts → /routes/v1/index.ts → /auth/apikey.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /routes/v1/access/signup.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /database/repository/UserRepo.ts → /database/model/User.ts → /core/ApiResponses.ts`
257257

258258
## API Examples
259259
* Signup

0 commit comments

Comments
 (0)
Please sign in to comment.