Skip to content

Commit

Permalink
feat: changed project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Dec 26, 2021
1 parent 85d4eb0 commit 9c84b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions lib/src/functions/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ const writeFile = require('../utils/writeFile')
* | | |- index: content, file
* | |- user: content, file
* | |- index: content, file
* |- test:
* | |- index.http: content, file
* |- utils:
* | |- docs.json: content, file
* | |- index: content, file
* |- .env: content, file
* |- index: content, file
* index.http: content, file
*/

/**
Expand Down Expand Up @@ -778,7 +777,7 @@ Content-Type: application/json
### Testing delete user
DELETE http://localhost:1996/api/user/60e7e3b93b01c1a7aa74cd6b
`,
file: `${projectName}/src/test/index.http`
file: `${projectName}/index.http`
}
},
utils: {
Expand Down

0 comments on commit 9c84b06

Please sign in to comment.