Wiki pages page
This commit is contained in:
parent
8ffb6126a9
commit
839757598b
5 changed files with 32 additions and 2 deletions
|
@ -98,6 +98,10 @@ Gitlab::Application.routes.draw do
|
|||
end
|
||||
|
||||
resources :wikis, :only => [:show, :edit, :destroy, :create] do
|
||||
collection do
|
||||
get :pages
|
||||
end
|
||||
|
||||
member do
|
||||
get "history"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue