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,
|
Services = services,
|
||||||
Configuration = config,
|
Configuration = config,
|
||||||
ServerName = "Microsoft.AspNet.Server.WebListener",
|
ServerName = "Microsoft.AspNet.Server.WebListener",
|
||||||
ApplicationName = "BugTracker"
|
ApplicationName = "MusicStore"
|
||||||
};
|
};
|
||||||
|
|
||||||
var engine = services.GetService<IHostingEngine>();
|
var engine = services.GetService<IHostingEngine>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue