aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove default config valuesZach Smith2018-02-201-1/+2
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-201-2/+55
* Refactor DriverRoute to use shared directivesZach Smith2018-02-201-11/+3
* 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