$router->any('legacyPostTest', function() {
	var_dump($_POST);
});