Skip to content

Commit 57bd135

Browse files
committed
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

+1-1
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)