The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Clustericious::RouteBuilder::Common -- Routes common to all clustericious apps.

SYNOPSIS

 Clustericious::RouteBuilder::Common->add_routes($app);

DESCRIPTION

This package adds routes that are common to all clustericious servers.

These routes will be added first; they cannot be overridden. The following routes are added :

    /version
    /status
    /api
    /log

/log is not available unless the configuration option "export_logs" is set to a true value.