Skip to content

Commit

Permalink
Remove ignored files from tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
code-icu committed Oct 11, 2024
1 parent 015bd85 commit 7fb364f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
mock
mock.config.json
mock
18 changes: 18 additions & 0 deletions mock.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"port": "9000",
"type": "restful",
"proxyApiUrl": "",
"cors": {
"allowedHeaders": ["Origin", "X-Requested-With", "Content-Type", "Accept", "X-Accesstoken"],
"allowCredentials": true,
"maxAge": 86400
},
"swaggerApi": [],
"requestPriority": ["local", "swagger", "proxy"],
"mockFields": {
"RetCode": {
"fixedValue": 0
}
}
}

0 comments on commit 7fb364f

Please sign in to comment.