mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
remove unused router code
This commit is contained in:
parent
6812eb2898
commit
825fe14811
1 changed files with 0 additions and 9 deletions
|
|
@ -10,10 +10,6 @@ defmodule IntisyncWeb.Router do
|
|||
plug :put_secure_browser_headers
|
||||
end
|
||||
|
||||
pipeline :api do
|
||||
plug :accepts, ["json"]
|
||||
end
|
||||
|
||||
pipeline :hub do
|
||||
plug :accepts, ["html"]
|
||||
plug :fetch_session
|
||||
|
|
@ -35,11 +31,6 @@ defmodule IntisyncWeb.Router do
|
|||
live "/sessions/:id", HubLive
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
# scope "/api", IntisyncWeb do
|
||||
# pipe_through :api
|
||||
# end
|
||||
|
||||
# Enable LiveDashboard in development
|
||||
if Application.compile_env(:intisync, :dev_routes) do
|
||||
# If you want to use the LiveDashboard in production, you should put
|
||||
|
|
|
|||
Loading…
Reference in a new issue