mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-26 10:27:56 +00:00
Split V5 dashboard behavior into domain controllers and policies, add agent token rotation/revocation, status reconciliation jobs, ingress firewall syncing, and canvas connection APIs. Add migrations for V5 status tracking, server capabilities, resource connection aliases, and revoked agent tokens.
8 lines
360 B
TypeScript
8 lines
360 B
TypeScript
/**
|
|
* General-purpose JSON request helper for v5 pages: same-origin credentials,
|
|
* CSRF header, and a 30 second timeout on every request. The implementation
|
|
* currently lives in canvas-api.ts; import from this module in non-canvas
|
|
* code so the canvas-specific name can be retired later.
|
|
*/
|
|
export { canvasRequest as apiRequest } from '@/lib/canvas-api';
|