Fixed custom HTML example

This commit is contained in:
Jonas Dellinger 2020-05-16 22:42:18 +02:00
parent 4a255386d4
commit d095a5a870

View File

@ -20,7 +20,7 @@ namespace Example.CLI.CustomHTML
new Uri("http://localhost:5000/callback"), new Uri("http://localhost:5000/callback"),
5000, 5000,
Assembly.GetExecutingAssembly(), Assembly.GetExecutingAssembly(),
"CLI.CustomHTML.Resources.custom_site" "Example.CLI.CustomHTML.Resources.custom_site"
); );
await _server.Start(); await _server.Start();