Added missed by mistake Constants.kt to central server

This commit is contained in:
dsavvinov
2016-08-25 19:32:25 +03:00
parent 78d51b6ac0
commit 222bc629ef
@@ -0,0 +1,7 @@
package web.server
object Constants {
val changeModeURL = "/change-mode"
val getWaypointsURL = "/get-waypoints"
val directionOrderURL = "/direction-order"
}