busao
    Preparing search index...

    Variable serverConst

    server: Server<undefined> = ...

    Entrypoint of the program.

    Implements the server routes.

    The server has a schedule system. Some requests will be barried if performed before the opening hour.

    Index page.

    Admin page.

    Cancel a trip by user ID id.

    Cancel all trips of a certain direction trip.

    Use search parameters to search for a trip, filtering by status and direction (search, status and trip, respectively).

    Schedule a trip by form data. A trip consists of a name (the name of the passenger) and its direction ("oneWay", "return", "roundTrip").

    Access files inside the assets directory (binary files for the browser).

    Cancel a trip by token token.

    Access files inside the client directory (CSS, client-side JavaScript).

    Houses the authentication logic for the admin panel.

    Access files inside the node_modules directory (for client-side JavaScript).

    Success page.

    Waitlist page.