Enable CORS on all endpoints
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -9,7 +9,7 @@
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"launchSettingsProfile": "http",
|
||||
"launchSettingsProfile": "https",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/bin/Debug/net8.0/TodoApi.dll",
|
||||
"args": [],
|
||||
|
||||
Reference in New Issue
Block a user