mirror of
https://github.com/typemill/typemill.git
synced 2025-08-04 21:27:41 +02:00
moved assets to middleware for proxy detection
This commit is contained in:
@@ -49,7 +49,7 @@ abstract class Plugin implements EventSubscriberInterface
|
||||
->withHeader("Content-Type", "application/json")
|
||||
->withStatus(400)
|
||||
->write(json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));
|
||||
}
|
||||
}
|
||||
|
||||
protected function getSettings()
|
||||
{
|
||||
|
Reference in New Issue
Block a user