X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server.ts;h=dd595e9512303e22a6f6e5fb4fcf1f5c0d0f5df2;hb=6f9a7638f626a49a69bb1e88c2c7876d48ddaff4;hp=a29b5e408f5e6c2aa066ee31a19a70acbe97827b;hpb=91a4893063402d7beabb3104f9b989b8f88b6038;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server.ts b/server.ts index a29b5e408..dd595e951 100644 --- a/server.ts +++ b/server.ts @@ -107,6 +107,7 @@ import { wellKnownRouter, lazyStaticRouter, servicesRouter, + objectStorageProxyRouter, pluginsRouter, webfingerRouter, trackerRouter, @@ -240,6 +241,7 @@ app.use('/', wellKnownRouter) app.use('/', miscRouter) app.use('/', downloadRouter) app.use('/', lazyStaticRouter) +app.use('/', objectStorageProxyRouter) // Client files, last valid routes! const cliOptions = cli.opts<{ client: boolean, plugins: boolean }>()