Compare commits
1 Commits
0729c63c3a
...
c2fb7bac03
Author | SHA1 | Date | |
---|---|---|---|
c2fb7bac03 |
@ -63,11 +63,11 @@ defmodule MemexWeb.Router do
|
||||
|
||||
live "/contexts/new", ContextLive.Index, :new
|
||||
live "/contexts/:id/edit", ContextLive.Index, :edit
|
||||
live "/context/:id/show/edit", ContextLive.Show, :edit
|
||||
live "/contexts/:id/show/edit", ContextLive.Show, :edit
|
||||
|
||||
live "/pipelines/new", PipelineLive.Index, :new
|
||||
live "/pipelines/:id/edit", PipelineLive.Index, :edit
|
||||
live "/pipeline/:id/edit", PipelineLive.Show, :edit
|
||||
live "/pipelines/:id/show/edit", PipelineLive.Show, :edit
|
||||
|
||||
get "/users/settings", UserSettingsController, :edit
|
||||
put "/users/settings", UserSettingsController, :update
|
||||
@ -83,10 +83,10 @@ defmodule MemexWeb.Router do
|
||||
live "/note/:id", NoteLive.Show, :show
|
||||
|
||||
live "/contexts", ContextLive.Index, :index
|
||||
live "/context/:id", ContextLive.Show, :show
|
||||
live "/contexts/:id", ContextLive.Show, :show
|
||||
|
||||
live "/pipelines", PipelineLive.Index, :index
|
||||
live "/pipeline/:id", PipelineLive.Show, :show
|
||||
live "/pipelines/:id", PipelineLive.Show, :show
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user