# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
# example for email: /token/(messageid)?token=accesstoken
# Map static resources from the /public folder to the /assets URL path

# new project
GET      /                             @controllers.engine.Application.init()
GET     /assets/*file                  @controllers.Assets.versioned(path="/public", file: Asset)
GET     /gmail/*path                   @controllers.services.GMailService.init(path)
GET     /email                         @controllers.services.GMailService.initial()
GET     /token                         @controllers.services.GMailService.email2()

# everything bellow is from the old project
#GET     /scope                         @controllers.InitApppe()
#GET     /scope/inspect/json            @controllers.InitApppect(format = "JSON-LD")
#GET     /scope/inspect/rdf             @controllers.InitApppect(format = "RDF/XML")

#GET     /scope/resource                @controllers.InitAppderResources()
#GET     /scope/action                  @controllers.InitAppderActions()
#GET     /scope/operation               @controllers.InitAppderOperations()
#GET     /scope/element                 @controllers.InitAppderElements()
#GET     /scope/element/operation       @controllers.InitAppderElementOperations()
#POST    /scope/removeaction            @controllers.InitAppoveResourceAction()
#POST    /scope/addresource             @controllers.InitAppResource()
#POST    /scope/addaction               @controllers.InitAppResourceAction()
#POST    /scope/addoperation            @controllers.InitAppActionOperation()
#POST    /scope/removeoperation         @controllers.InitAppoveActionOperation()
#POST    /scope/element/add             @controllers.InitAppActionElement()
#POST    /scope/element/remove          @controllers.InitAppoveActionElement()
#POST    /scope/element/operation/add   @controllers.InitAppElementOperation()
#POST    /scope/element/operation/remove  @controllers.InitAppoveElementOperation()
#GET     /resources                     @controllers.InitAppdResources()
#GET     /intro                         @controllers.InitAppro()
#GET     /heroku/*path                  @controllers.InitAppest(path: String, url = "http://ctx-gw.herokuapp.com/message/")
#GET     /hetzner/*path                 @controllers.InitAppest(path: String, url = "http://136.243.117.131:9000/message/")
#GET     /*path                         @controllers.InitAppeway(path: String)
#GET     /                              @controllers.InitAppwardToToken()
##GET     /                              @controllers.InitAppeway(path="")
