aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/byspel/Main.scala
blob: e76af503bee0746f61dccc415ee9736e6f7a558d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package byspel

import app.{DatabaseApi, DatabaseApp, HttpApp}

object Main
    extends DatabaseApp
    with HttpApp
    with DatabaseApi
    with Service
    with Ui
    with Migrations
    with Inserts