aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/router.ex
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-04 16:06:14 +0100
committerGuillermo Ramos2020-02-04 16:06:14 +0100
commit4c399821684fa38b0d52b03932d7856b569478ab (patch)
tree1fdb87156f181c1936cedaa6783dd9acf2475df6 /lib/waev_web/router.ex
parent1566a2fcba0676cf54dde2b04702a320d9f1edcd (diff)
downloadwaev-4c399821684fa38b0d52b03932d7856b569478ab.tar.gz
Exports (WIP)
Diffstat (limited to 'lib/waev_web/router.ex')
-rw-r--r--lib/waev_web/router.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/waev_web/router.ex b/lib/waev_web/router.ex
index e98f87a..edd2c69 100644
--- a/lib/waev_web/router.ex
+++ b/lib/waev_web/router.ex
@@ -17,6 +17,8 @@ defmodule WaevWeb.Router do
pipe_through :browser
get "/", PageController, :index
+ # index,edit,new,show,create,update
+ resources "/exports", ExportsController, only: [:show]
end
# Other scopes may use custom stacks.