diff --git a/config/dispatcher/dispatcher.ex b/config/dispatcher/dispatcher.ex index 541dee1c..182c96e7 100644 --- a/config/dispatcher/dispatcher.ex +++ b/config/dispatcher/dispatcher.ex @@ -8,7 +8,7 @@ defmodule Dispatcher do any: ["*/*"] ] - define_layers([:static, :sparql, :frontend, :api_services, :frontend_fallback, :resources, :not_found]) + define_layers([:static, :sparql, :api_services, :frontend, :resources, :not_found]) options "/*_path", _ do conn @@ -408,10 +408,6 @@ defmodule Dispatcher do forward(conn, [], "http://frontend-yasgui/index.html") end - match "/*_path", %{layer: :frontend_fallback, accept: %{html: true}} do - forward(conn, [], "http://frontend-dcat/index.html") - end - ################# # DCAT #################