mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
prepare router to serve single page web app
This commit is contained in:
@@ -54,4 +54,9 @@ defmodule MyAppWeb.Router do
|
||||
end
|
||||
end
|
||||
|
||||
# catch all for serving single page web app
|
||||
scope "/*all", MyAppWeb do
|
||||
get "/", PageController, :index
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user