Add redirect for /admin => /admin/settings
This commit is contained in:
		
					parent
					
						
							
								905c829179
							
						
					
				
			
			
				commit
				
					
						07b9a10d4d
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -68,6 +68,8 @@ Rails.application.routes.draw do | |||
|     end | ||||
|   end | ||||
| 
 | ||||
|   get '/admin', to: redirect('/admin/settings', status: 302) | ||||
| 
 | ||||
|   namespace :api do | ||||
|     # PubSubHubbub outgoing subscriptions | ||||
|     resources :subscriptions, only: [:show] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue