Changeset 112 in bookmarks for trunk/lib/BookmarksApp.pm


Ignore:
Timestamp:
02/17/16 22:05:50 (8 years ago)
Author:
peter
Message:
  • Added the sidebar resource.
  • Moved the list resources to list.
  • Respond with a 406 if the required modules are not available for XBEL, Atom, or CSV.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/BookmarksApp.pm

    r107 r112  
    6161                } 
    6262 
    63                 # otherwise return a list 
    64                 return $self->_controller->list; 
     63                # otherwise return the sidebar 
     64                return $self->_controller->sidebar; 
    6565            }; 
    6666            POST { 
Note: See TracChangeset for help on using the changeset viewer.