diff --git a/Api/Properties/launchSettings.json b/Api/Properties/launchSettings.json new file mode 100644 index 0000000..4bfc1b1 --- /dev/null +++ b/Api/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "Api": { + "commandName": "Project", + "commandLineArgs": "start --cors *" + } + } +} \ No newline at end of file