mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	tight param for api macro
This commit is contained in:
		@@ -47,7 +47,7 @@ class AppServiceProvider extends ServiceProvider
 | 
			
		||||
            URL::forceScheme('https');
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Response::macro('api', function ($value) {
 | 
			
		||||
        Response::macro('api', function (array $value) {
 | 
			
		||||
            $headers = [
 | 
			
		||||
                'Cache-Control' => 'no-store'
 | 
			
		||||
            ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user