Daniel Mejia
02/02/2022, 3:29 PMInvalid Event
error.
/config/Routes.cfc
...
route( "/healthcheck", function( event, rc, prc ){
return "Ok!";
});
route( ":handler/:action?" ).end();
...
ryan
02/02/2022, 3:31 PMfwreinit
help or restarting the cfml service?Daniel Mejia
02/02/2022, 3:32 PMryan
02/02/2022, 3:33 PM/config/Routes.cfc
. Mine is /config/Router.cfc
.Daniel Mejia
02/02/2022, 3:34 PMDaniel Mejia
02/02/2022, 3:34 PMDaniel Mejia
02/02/2022, 3:37 PM