# This file defines all module routes (Higher priority routes first)
#
# import these routes in the main app as :
# *     /                       module:openebay
#
# ~~~~


GET    /openebayapp/canvas					openebay.OpeneBayApplication.canvasView
POST   /openebayapp/canvas					openebay.OpeneBayApplication.canvasView
POST   /openebayapp/default					openebay.OpeneBayApplication.defaultView

GET    /openebayapp/IntegrationManagement	openebay.OpeneBayIntegrationManager.index
POST   /openebayapp/IntegrationManagement	openebay.OpeneBayIntegrationManager.index


#
# Static content
#
GET     /public/                staticDir:public

#GET     /?                      Module.index