Convert serial reader from console to web API

This commit is contained in:
2021-06-14 15:51:47 -04:00
parent c9f27b2c60
commit a52fbd0282
8 changed files with 251 additions and 159 deletions

View File

@@ -1,11 +1,12 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SerialReader": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": "true",
"applicationUrl": "http://localhost:62648/"
}
}