RMS OTA

Routes

/ rmsota\Controllers\HomeController::index()
GET /property rmsota\Controllers\PropertyController::viewAll()
GET /property/new rmsota\Controllers\PropertyController::viewNew()
GET /property/{code} rmsota\Controllers\PropertyController::viewItem(code)
GET /property/{code}/edit rmsota\Controllers\PropertyController::viewEdit(code)
POST /property/new rmsota\Controllers\PropertyController::actionNew()
POST /property/{code}/edit rmsota\Controllers\PropertyController::actionEdit(code)
GET /category rmsota\Controllers\CategoryController::viewAll()
GET /category/new rmsota\Controllers\CategoryController::viewNew()
GET /category/{hotelCode}/{code}/edit rmsota\Controllers\CategoryController::viewEdit(hotelCode, code)
POST /category/new rmsota\Controllers\CategoryController::actionNew()
POST /category/{hotelCode}/{code}/edit rmsota\Controllers\CategoryController::actionEdit(hotelCode, code)
GET /rates rmsota\Controllers\DataController::viewRates()
GET /inventories rmsota\Controllers\DataController::viewInventories()
/channel rmsota\Controllers\ChannelController::handle()
/dev rmsota\Controllers\DevController::index()
/dev/channel rmsota\Controllers\DevController::channel()
/dev/logs rmsota\Controllers\DevController::logs(id)
/dev/logs/{id} rmsota\Controllers\DevController::logs(id)
/tools Bloom\Web\Controllers\ToolsController::index()
/tools/dbsync Bloom\Web\Controllers\ToolsController::dbSync()
/tools/caches Bloom\Web\Controllers\ToolsController::caches()
/tools/phpinfo Bloom\Web\Controllers\ToolsController::phpInfo()
/tools/request Bloom\Web\Controllers\ToolsController::showRequest()
/tools/modules Bloom\Web\Controllers\ToolsController::listModules()
/tools/routes Bloom\Web\Controllers\ToolsController::listRoutes()
/tools/env Bloom\Web\Controllers\ToolsController::showEnvironment()
/tools/aliases Bloom\Web\Controllers\ToolsController::listAliases()
/tools/errors Bloom\Modules\ErrorLog\ErrorsController::viewIndex()
/tools/errors/{id} Bloom\Modules\ErrorLog\ErrorsController::viewItem(id)
POST /_errors/log Bloom\Modules\ErrorLog\ErrorsController::logError()
POST /_errors/csp Bloom\Modules\ErrorLog\ErrorsController::logCsp()