Change unauthenticated responses to be cached in REST API (#24348)
This commit is contained in:
		
					parent
					
						
							
								c35e3cb6ac
							
						
					
				
			
			
				commit
				
					
						6084461cd0
					
				
			
		
					 29 changed files with 67 additions and 9 deletions
				
			
		|  | @ -5,8 +5,10 @@ class Api::V1::Instances::ExtendedDescriptionsController < Api::BaseController | |||
| 
 | ||||
|   before_action :set_extended_description | ||||
| 
 | ||||
|   vary_by '' | ||||
| 
 | ||||
|   def show | ||||
|     expires_in 3.minutes, public: true | ||||
|     cache_even_if_authenticated! | ||||
|     render json: @extended_description, serializer: REST::ExtendedDescriptionSerializer | ||||
|   end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue