feat: add ffxiv-eureka.com import function
This commit is contained in:
parent
a28484d0e0
commit
e2c99cbc6a
9 changed files with 131 additions and 1 deletions
|
@ -3,6 +3,7 @@ Rails.application.routes.draw do
|
|||
get "/up" => "rails/health#show", as: :rails_health_check
|
||||
|
||||
post "/new", to: "instance#create", as: :new_instance
|
||||
post "/new_from_fe", to: "instance#create_from_fe", as: :new_from_fe
|
||||
post "/pop", to: "instance#pop", as: :pop_in_instance
|
||||
post "/reset", to: "instance#reset", as: :reset_in_instance
|
||||
post "/auth", to: "instance#authenticate", as: :authenticate_to_instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue