"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoint = void 0;
var Endpoint;
(function (Endpoint) {
Endpoint["Api"] = "https://wfs.globalart.dev/api";
Endpoint["Web"] = "https://wfs.globalart.dev";
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));