mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 15:11:01 -05:00
Start removing static page references.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
class PolicyController < ApplicationController
|
||||
end
|
||||
@@ -1,2 +0,0 @@
|
||||
class SupportController < ApplicationController
|
||||
end
|
||||
@@ -73,12 +73,6 @@ Growstuff::Application.routes.draw do
|
||||
|
||||
get 'auth/:provider/callback' => 'authentications#create'
|
||||
|
||||
|
||||
get '/policy/:action' => 'policy#:action'
|
||||
|
||||
get '/support' => 'support#index'
|
||||
get '/support/:action' => 'support#:action'
|
||||
|
||||
get '/about' => 'about#index'
|
||||
get '/about/:action' => 'about#:action'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user