mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 02:34:44 +00:00
Use absolute URLs everywhere, this should fix #3
This commit is contained in:
@@ -5,8 +5,8 @@ namespace Grocy\Middleware;
|
||||
class BaseMiddleware
|
||||
{
|
||||
public function __construct(\Slim\Container $container) {
|
||||
$this->container = $container;
|
||||
$this->AppContainer = $container;
|
||||
}
|
||||
|
||||
protected $container;
|
||||
protected $AppContainer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user