✨ Gateway provide special routes for the ap
This commit is contained in:
@@ -85,6 +85,18 @@ var specialRoutes = new[]
|
||||
Match = new RouteMatch { Path = "/.well-known/jwks" }
|
||||
},
|
||||
new RouteConfig
|
||||
{
|
||||
RouteId = "sphere-webfinger",
|
||||
ClusterId = "sphere",
|
||||
Match = new RouteMatch { Path = "/.well-known/webfinger" }
|
||||
},
|
||||
new RouteConfig
|
||||
{
|
||||
RouteId = "sphere-activitypub",
|
||||
ClusterId = "sphere",
|
||||
Match = new RouteMatch { Path = "activitypub" }
|
||||
},
|
||||
new RouteConfig
|
||||
{
|
||||
RouteId = "drive-tus",
|
||||
ClusterId = "drive",
|
||||
|
||||
Reference in New Issue
Block a user