Updated logging

Moved images to use static files
Got login working with demo user.
This commit is contained in:
Steve Smith
2017-07-26 17:30:29 -04:00
parent fb95b37da8
commit af406f86ef
21 changed files with 70 additions and 40 deletions

View File

@@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:58299"
"applicationUrl": "http://localhost:5106"
}
}
}