/sub-projects/jquery-stream-play/trunk/conf/routes
http://jquery-stream.googlecode.com/ · #! · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 6c1887af256659806a07832acf1500ab MD5 · raw file
- # Routes
- # This file defines all application routes (Higher priority routes first)
- # ~~~~
- # Home page
- GET / Application.index
- GET /chat Application.open
- WS /chat Application.WebSocket.open
- POST /chat Application.handle
- # Ignore favicon requests
- GET /favicon.ico 404
- # Map static resources from the /app/public folder to the /public path
- GET /public/ staticDir:public
- # Catch all
- * /{controller}/{action} {controller}.{action}