Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 697 Bytes

File metadata and controls

15 lines (13 loc) · 697 Bytes

REST API Routes

Note

This directory contains the application's path-based routers.

Each router is responsible for handling the requests to a specific REST API endpoint.

Router REST API Path
adminRouter /api/admin/*
authRouter /api/auth/*
connectRouter /api/connect/*
subscriptionsRouter /api/subscriptions/*
webhooksRouter /api/webhooks/*