aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/IHttpServer.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-03-07 22:54:02 +0100
committerGitHub <noreply@github.com>2019-03-07 22:54:02 +0100
commit757e0194b9985c204a4dcfb105f091fd1100bb44 (patch)
treeaa2cd8253d58b6d9264c37fcece7430a3cf16ec6 /MediaBrowser.Controller/Net/IHttpServer.cs
parent669c48cc8bd6b9023d54a38c8e8b7f4120cb7368 (diff)
parente3b844b5aa34ef6a8f4a23c053115f4eabadcbf7 (diff)
Merge pull request #1067 from cvium/add_urlprefixes
Add urlprefixes during init
Diffstat (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs')
-rw-r--r--MediaBrowser.Controller/Net/IHttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs
index cede9a98f..46933c046 100644
--- a/MediaBrowser.Controller/Net/IHttpServer.cs
+++ b/MediaBrowser.Controller/Net/IHttpServer.cs
@@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.Net
/// <summary>
/// Inits this instance.
/// </summary>
- void Init(IEnumerable<IService> services, IEnumerable<IWebSocketListener> listener);
+ void Init(IEnumerable<IService> services, IEnumerable<IWebSocketListener> listener, IEnumerable<string> urlPrefixes);
/// <summary>
/// If set, all requests will respond with this message