Add server banner to web app, add GET /api/v2/instance to REST API (#19294)
		
	This commit is contained in:
		
					parent
					
						
							
								cedcece0cc
							
						
					
				
			
			
				commit
				
					
						d2528b26b6
					
				
			
		
					 30 changed files with 473 additions and 196 deletions
				
			
		|  | @ -6,6 +6,6 @@ class Api::V1::InstancesController < Api::BaseController | |||
| 
 | ||||
|   def show | ||||
|     expires_in 3.minutes, public: true | ||||
|     render_with_cache json: {}, serializer: REST::InstanceSerializer, root: 'instance' | ||||
|     render_with_cache json: InstancePresenter.new, serializer: REST::V1::InstanceSerializer, root: 'instance' | ||||
|   end | ||||
| end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue