Added missed by mistake Constants.kt to central server
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
package web.server
|
||||||
|
|
||||||
|
object Constants {
|
||||||
|
val changeModeURL = "/change-mode"
|
||||||
|
val getWaypointsURL = "/get-waypoints"
|
||||||
|
val directionOrderURL = "/direction-order"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user