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:
parent
f814ebc492
commit
edaf6f82c0
1 changed files with 0 additions and 2 deletions
|
@ -3,10 +3,8 @@
|
||||||
namespace Alltube\Middleware;
|
namespace Alltube\Middleware;
|
||||||
|
|
||||||
use Alltube\Factory\ViewFactory;
|
use Alltube\Factory\ViewFactory;
|
||||||
use Psr\Container\ContainerInterface;
|
|
||||||
use Slim\Http\Request;
|
use Slim\Http\Request;
|
||||||
use Slim\Http\Response;
|
use Slim\Http\Response;
|
||||||
use Slim\Router;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class LinkHeaderMiddleware
|
* Class LinkHeaderMiddleware
|
||||||
|
|
Loading…
Reference in a new issue