Skip to content
Snippets Groups Projects

routing fixes

Merged Anze Skulj requested to merge digital_twin into main
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -23,11 +23,9 @@ defmodule NemoCloudServicesWeb.Router do
scope "/" do
pipe_through [:browser]
get "/", NemoCloudServicesWeb.PageController, :home
#live "/firmwares", NemoCloudServicesWeb.OTAUpdateLive
live "/firmwares", NemoCloudServicesWeb.OTAUpdateLive
live "dev/firmwares", NemoCloudServicesWeb.DtLive.OtaUpdateLive
live "/", NemoCloudServicesWeb.DtLive.OtaUpdateLive
get "/firmwares/download/:filename", NemoCloudServicesWeb.FirmwareController, :download,
as: :firmware_download
Loading