修改路由接口-1

This commit is contained in:
孙肖扬 2025-06-11 15:55:42 +08:00
parent 99f4ca986a
commit 463404d774

16
.gitignore vendored
View File

@ -1,12 +1,17 @@
.gitignore
.idea
.scannerwork
.vscode
# local env files # local env files
.env.local .env.local
.env.*.local .env.*.local
# Log files # Log files
*.log npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea # Editor directories and files
.vscode
*.suo *.suo
*.ntvs* *.ntvs*
*.njsproj *.njsproj
@ -27,4 +32,7 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
/cmd/runtime
/cmd/logs/*.log
/cmd/runtime/log/*.log
/build/*