Ombi/RequestPlex/RequestPlex.UI/Bootstrapper.cs
2016-02-25 15:51:53 +00:00

11 lines
No EOL
357 B
C#

using Nancy;
namespace RequestPlex.UI
{
public class Bootstrapper : DefaultNancyBootstrapper
{
// The bootstrapper enables you to reconfigure the composition of the framework,
// by overriding the various methods and properties.
// For more information https://github.com/NancyFx/Nancy/wiki/Bootstrapper
}
}