Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / web / router.ex
index 7b20d95..49190e2 100644 (file)
@@ -15,14 +15,6 @@ 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
-#    post "/", RadarController, :create   # ????
-
     resources "/", RadarController, only: [:index, :create, :delete]
   end