UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

12 lines (9 loc) 265 B
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ /* The share express server. */ import * as router from "./router"; export const share_router = router.share_router;