@replyke/core
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
17 lines • 603 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.axiosPrivate = void 0;
var axios_1 = __importDefault(require("axios"));
var BASE_URL = "https://api.replyke.com/api/v5";
exports.default = axios_1.default.create({
baseURL: BASE_URL,
});
exports.axiosPrivate = axios_1.default.create({
baseURL: BASE_URL,
headers: { "Content-Type": "application/json" },
withCredentials: true,
});
//# sourceMappingURL=axios.js.map