Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FOTA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
NEMO Project
NEMO Kernel
Secure Execution Environment
FOTA
Merge requests
!2
routing fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
routing fixes
digital_twin
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Anze Skulj
requested to merge
digital_twin
into
main
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
25a0fd75
1 commit,
5 months ago
1 file
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
lib/nemo_cloud_services_web/router.ex
+
2
−
4
Options
@@ -23,11 +23,9 @@ defmodule NemoCloudServicesWeb.Router do
scope
"/"
do
pipe_through
[
:browser
]
get
"/
"
,
NemoCloudServicesWeb
.
PageController
,
:hom
e
#live "/firmwares
", NemoCloudServicesWeb.
OTAUpdateLiv
e
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