The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 :

    GET /version
    GET /status
    GET /api
    GET /log
    OPTIONS /

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