更改:导入工作项为post方式
This commit is contained in:
parent
75011f66c3
commit
eff2b1fe36
|
@ -9,7 +9,7 @@ defaults format: :json do
|
||||||
get :tags
|
get :tags
|
||||||
get :statues
|
get :statues
|
||||||
get :export
|
get :export
|
||||||
get :import
|
post :import
|
||||||
end
|
end
|
||||||
member do
|
member do
|
||||||
get :link_index
|
get :link_index
|
||||||
|
|
Loading…
Reference in New Issue