fission.Endpoints
Fission endpoints.
apiPath
Path of the API on the Fission server.
lobby
Location of the authentication lobby.
server
Location of the Fission server.
userDomain
User's domain to use, will be prefixed by username.
type Endpoints = {
apiPath: string;
lobby: string;
server: string;
userDomain: string;
};