UNPKG

@sync-in/server

Version:

The secure, open-source platform for file storage, sharing, collaboration, and sync

30 lines (29 loc) 923 B
/* * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com> * This file is part of Sync-in | The open source file sync and share solution * See the LICENSE file for licensing details */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: Object.getOwnPropertyDescriptor(all, name).get }); } _export(exports, { get API_NOTIFICATIONS () { return API_NOTIFICATIONS; }, get NOTIFICATIONS_ROUTE () { return NOTIFICATIONS_ROUTE; } }); const _applicationsconstants = require("../../applications.constants"); const NOTIFICATIONS_ROUTE = { BASE: `${_applicationsconstants.APP_BASE_ROUTE}/notifications`, UNREAD: 'unread' }; const API_NOTIFICATIONS = NOTIFICATIONS_ROUTE.BASE; //# sourceMappingURL=routes.js.map