UNPKG

hackmud-chat

Version:
12 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.API_URL = "https://www.hackmud.com/mobile/"; var ENDPOINTS; (function (ENDPOINTS) { ENDPOINTS["GET_TOKEN"] = "get_token.json"; ENDPOINTS["ACCOUNT_DATA"] = "account_data.json"; ENDPOINTS["CHATS"] = "chats.json"; ENDPOINTS["CHAT_HISTORY"] = "chat_history.json"; ENDPOINTS["CREATE_CHAT"] = "create_chat.json"; })(ENDPOINTS = exports.ENDPOINTS || (exports.ENDPOINTS = {})); //# sourceMappingURL=constants.js.map