Reshaped "import wiki" feature from command-line to web interface
This commit is contained in:
parent
3e4154de82
commit
06daadc7df
7 changed files with 69 additions and 88 deletions
|
@ -63,7 +63,8 @@ class DispatchServlet
|
|||
|
||||
@@action_to_controller_map = {
|
||||
'file' => 'file',
|
||||
'pic' => 'file'
|
||||
'pic' => 'file',
|
||||
'import' => 'file'
|
||||
}
|
||||
|
||||
def self.map_to_controller(action)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue