Changeset 1667
- Timestamp:
- 11/12/08 17:35:27 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/DEV-opsview3/opsview-web/lib/Opsview/Web/Controller/Api/Status.pm
r1650 r1667 25 25 use base qw/Catalyst::Controller::REST/; 26 26 27 __PACKAGE__->config( serialize => {27 __PACKAGE__->config( 28 28 default => 'application/json', 29 29 map => { 30 30 'text/xml' => "XML::Status", 31 31 'application/json' => "JSON", 32 } 33 });32 }, 33 ); 34 34 35 35 # This handles the authentication for the status API
