Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / web / router.ex
index ca8c506..49190e2 100644 (file)
@@ -15,11 +15,7 @@ defmodule TechRadarEditor.Router do
 
   scope "/", TechRadarEditor do
     pipe_through :browser # Use the default browser stack
-
-#    get "/", PageController, :index
-#    get "/radar", RadarController, :index
-    get "/original", PageController, :index
-    get "/", RadarController, :index
+    resources "/", RadarController, only: [:index, :create, :delete]
   end
 
   scope "/admin", TechRadarEditor do