@replyke/express
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
10 lines (9 loc) • 457 B
TypeScript
import appNotificationsRouter from "./app-notifications";
import authRouter from "./auth";
import commentsRouter from "./comments";
import entitiesRouter from "./entities";
import listsRouter from "./lists";
import reportsRouter from "./reports";
import usersRouter from "./users";
import storageRouter from "./storage";
export { appNotificationsRouter, authRouter, commentsRouter, entitiesRouter, listsRouter, reportsRouter, usersRouter, storageRouter, };