Browse Source

更改:导入工作项为post方式

pull/347/head
yystopf 1 year ago
parent
commit
eff2b1fe36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/routes/api.rb

+ 1
- 1
config/routes/api.rb View File

@@ -9,7 +9,7 @@ defaults format: :json do
get :tags
get :statues
get :export
get :import
post :import
end
member do
get :link_index


Loading…
Cancel
Save