Fixing a code review comment to change the app name from "BugTracker" to "MusicStore"
This commit is contained in:
parent
5eacb62b62
commit
4fc1857994
|
|
@ -32,7 +32,7 @@ namespace MusicStore
|
|||
Services = services,
|
||||
Configuration = config,
|
||||
ServerName = "Microsoft.AspNet.Server.WebListener",
|
||||
ApplicationName = "BugTracker"
|
||||
ApplicationName = "MusicStore"
|
||||
};
|
||||
|
||||
var engine = services.GetService<IHostingEngine>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue