Skip to content

Commit

Permalink
Fix Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
redarqas committed Jan 27, 2012
1 parent 46490ae commit 52810cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# ~~~~

# Home page
GET / controllers.Application.index
GET / controllers.Application.list
GET / controllers.Application.initPrez
GET / controllers.Application.broadCast
GET / controllers.Application.startPrez
GET / controllers.Application.stopPrez
GET / controllers.Application.index
GET /list controllers.Application.list
GET /initPrez controllers.Application.initPrez
GET /broadCast controllers.Application.broadCast
GET /startPrez controllers.Application.startPrez
GET /stopPrez controllers.Application.stopPrez

# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)

0 comments on commit 52810cc

Please sign in to comment.