1 - Setup API Clean Architecture #13
@ -13,7 +13,7 @@
|
|||||||
"https": {
|
"https": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": false,
|
"launchBrowser": true,
|
||||||
|
|
|||||||
"applicationUrl": "https://localhost:7239;http://localhost:5225",
|
"applicationUrl": "https://localhost:7239;http://localhost:5225",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user
C'est une api? Quel est l'interet d'ouvrir le browser automatiquement ?
En effet mauvaise habitude, j'aime bien lancer le browser et utliser scalar mais je peux utiliser postman
LGTM