UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

12 lines (9 loc) 291 B
import logger from "./logger.js"; // Handle the fallback functionality export default function handleFallback(request) { logger.info('Handling fallback request'); return { "status" : "handled", "message": "Fallback Response: Please define this question and try again" }; }