Sha256: eb504f23a24f977b37da33303f9cf9b68358a8db6cf660fced9319b1cff978c3
Contents?: true
Size: 616 Bytes
Versions: 6
Compression:
Stored size: 616 Bytes
Contents
map('/') { run SimplePvr::Server::AppController } map('/api/channels') { run SimplePvr::Server::ChannelsController } map('/api/programmes') { run SimplePvr::Server::ProgrammesController } map('/api/schedules') { run SimplePvr::Server::SchedulesController } map('/api/shows') { run SimplePvr::Server::ShowsController } map('/api/status') { run SimplePvr::Server::StatusController } map('/api/upcoming_recordings') { run SimplePvr::Server::UpcomingRecordingsController }
Version data entries
6 entries across 6 versions & 1 rubygems