Skip to content

Webserver Routes

Luis-Johannes Schubert edited this page Apr 24, 2017 · 3 revisions

This will outline the routes our webserver can handle and the views it will return.

/

displays the login view

/driver

displays the driver view

/rider

displays the rider view

/signup

displays the signup view

/login

displays the login view

/logout

logs current user out and displays the login view

/geolocationTest

displays a button to retrieve GPS Coordinates using HTML5 API

Clone this wiki locally