Module: LWS::Ticket

Defined in:
lib/lws/apps/ticket.rb

Overview

The ticket app module

Defined Under Namespace

Classes: Attachment, Configuration, Group, Message, Tag, Ticket

Constant Summary collapse

ENDPOINT =

The API endpoint for the ticket app

{ production: "https://ticket.leftclick.cloud/",
development: "https://ticket-dev.leftclick.cloud/" }