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

GET     /?                      Module.index


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

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