fixup! LinkHeaderMiddleware should use the same URL as ViewFactory This way the X-Forwarded-Path header is used to generate the Link header

This commit is contained in:
Pierre Rudloff 2022-02-27 23:47:19 +01:00
parent f814ebc492
commit edaf6f82c0
1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@
namespace Alltube\Middleware;
use Alltube\Factory\ViewFactory;
use Psr\Container\ContainerInterface;
use Slim\Http\Request;
use Slim\Http\Response;
use Slim\Router;
/**
* Class LinkHeaderMiddleware