diff options
Diffstat (limited to 'lib/waev_web/router.ex')
-rw-r--r-- | lib/waev_web/router.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/waev_web/router.ex b/lib/waev_web/router.ex index 54667a8..1e9ed0f 100644 --- a/lib/waev_web/router.ex +++ b/lib/waev_web/router.ex @@ -19,7 +19,7 @@ defmodule WaevWeb.Router do get "/", PageController, :index # index,edit,new,show,create,update resources "/exports", ExportsController, only: [:show] - get "/exports/:id/attachments/:at_id", ExportsController, :get_attachment + get "/exports/:id/media/:at_id", ExportsController, :get_media end # Other scopes may use custom stacks. |