case 4447

This commit is contained in:
2023-03-28 01:18:33 +00:00
parent 9ba5d027c7
commit 8d188108a7
5 changed files with 59 additions and 4 deletions

4
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net5.0/contact.dll",
"program": "${workspaceFolder}/bin/Debug/net6.0/contact.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
@@ -20,7 +20,7 @@
"args": "${auto-detect-url}",
"windows": {
"command": "cmd.exe",
"args": "/C start http://localhost:3002/contact"
"args": "/C start http://localhost:3002/request"
},
"osx": {
"command": "open"