aboutsummaryrefslogtreecommitdiff
path: root/vfd-main/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'vfd-main/conf/routes')
-rw-r--r--vfd-main/conf/routes11
1 files changed, 0 insertions, 11 deletions
diff --git a/vfd-main/conf/routes b/vfd-main/conf/routes
deleted file mode 100644
index a89add4..0000000
--- a/vfd-main/conf/routes
+++ /dev/null
@@ -1,11 +0,0 @@
-# Routes
-# This file defines all application routes (Higher priority routes first)
-# ~~~~
-
-# Home page
-GET / controllers.Application.index
-GET /dashboard/:remoteSystemId controllers.Application.dashboard(remoteSystemId: Int)
-GET /mavlink controllers.Application.mavlink
-
-# Map static resources from the /public folder to the /assets URL path
-GET /assets/*file controllers.Assets.at(path="/public", file)