mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
11 lines
No EOL
357 B
C#
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
|
|
}
|
|
} |