RoomPicker/settings.gradle
Andrey Terentev 7566f24d36
Refactor controllers and exception handling (#8)
* Refactored exceptions and responses

* Extracted exceptions to external api library

* Refactored exceptions and extracted models to external library

* Fixed test after refactor

* Extracted validator to api library

* Implemented session error handler

* Upgraded notifications

* Implemented global exception handler for control panel
2024-01-16 16:29:44 +07:00

7 lines
86 B
Groovy

rootProject.name = 'RoomPicker'
include 'app'
include 'control-panel'
include 'api'