/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

  1. # Routes
  2. # This file defines all application routes (Higher priority routes first)
  3. # ~~~~
  4. # Home page
  5. GET / Application.index
  6. GET /chat Application.open
  7. WS /chat Application.WebSocket.open
  8. POST /chat Application.handle
  9. # Ignore favicon requests
  10. GET /favicon.ico 404
  11. # Map static resources from the /app/public folder to the /public path
  12. GET /public/ staticDir:public
  13. # Catch all
  14. * /{controller}/{action} {controller}.{action}