diff --git a/app/views/contents/configure.html.erb b/app/views/contents/configure.html.erb index 09f81923..9156a48a 100644 --- a/app/views/contents/configure.html.erb +++ b/app/views/contents/configure.html.erb @@ -1,6 +1,6 @@

Fastladder Settings

-<%= form_for :save, url: url_for(controller: "api/config", action: "save"), html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %> +<%= form_for :save, url: api_config_save_path, html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %>
General
Display