mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added config post-processor which sets proper allowed methods based on redirect status codes
This commit is contained in:
@@ -50,4 +50,5 @@ return (new ConfigAggregator\ConfigAggregator([
|
||||
], 'data/cache/app_config.php', [
|
||||
Core\Config\PostProcessor\BasePathPrefixer::class,
|
||||
Core\Config\PostProcessor\MultiSegmentSlugProcessor::class,
|
||||
Core\Config\PostProcessor\ShortUrlMethodsProcessor::class,
|
||||
]))->getMergedConfig();
|
||||
|
||||
Reference in New Issue
Block a user