aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
Commit message (Expand)AuthorAgeFilesLines
* Apply new formattingJakob Odersky2017-11-201-8/+10
* Add DriverRouteTestZach Smith2017-11-011-0/+3
* Remove duplicate CORS header code from errorResponse methodZach Smith2017-10-311-15/+2
* Move all CORS headers to DriverRoute from DriverAppZach Smith2017-10-311-3/+18
* Change DriverRoute log val to defZach Smith2017-10-311-1/+1
* Stop catching throwable, remove PHI filtering, move status code logic to exce...Zach Smith2017-10-311-17/+37
* Rename APIError -> ServiceException and subclassesZach Smith2017-10-311-3/+3
* Add DriverRoute trait and clean up DriverAppZach Smith2017-10-311-0/+84