# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~

GET			/				        Chat.index
GET         /messages               Chat.newMessages
POST        /messages               Chat.postMessage

GET         /signin                 Chat.signin
POST        /signin                 Chat.register
GET         /logout                 Chat.disconnect

* /gsconf/ module:greenscript
* / module:secure

GET			/        		        staticDir:public
