videosphere
    Preparing search index...
    • GET /api/health Returns the health status of the application.

      Returns Promise<
          | NextResponse<
              {
                  status: string;
                  timestamp: string;
                  environment: "development"
                  | "production"
                  | "test";
              },
          >
          | NextResponse<{ status: string; message: string }>,
      >