FoxoChat.js Packages
    Preparing search index...

    Interface RouteUrls

    The route bases.

    interface RouteUrls {
        api: string;
        gateway: string;
        media: string;
    }
    Index

    Properties

    Properties

    api: string

    The API base URL.

    gateway: string

    The gateway base URL.

    media: string

    The media storage base URL.