Skip to content

Commit e020079

Browse files
committed
minor fix
1 parent 08e6919 commit e020079

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: ReportingModule/Properties/launchSettings.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
}
1010
},
1111
"ReportingModule": {
12-
"commandName": "Project",
13-
"launchBrowser": true,
14-
"launchUrl": "api/Report/get",
15-
"applicationUrl": "https://localhost:5115;http://localhost:5000",
16-
"environmentVariables": {
17-
"ASPNETCORE_ENVIRONMENT": "Development"
18-
}
12+
"commandName": "Project",
13+
"launchBrowser": true,
14+
"launchUrl": "api/Report/get",
15+
"applicationUrl": "https://localhost:5115;http://localhost:5000",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
1918
}
2019
}
21-
}
20+
}

0 commit comments

Comments
 (0)