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

#*		/@camel/?				camel.CamelApplication.index()

# Map static resources from the /app/public folder to the /public path
GET     /public/                                staticDir:public

# Catch all
*       /{controller}/{action}                  {controller}.{action}
