Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iskra-vitaly committed Mar 6, 2012
1 parent 9c376c2 commit 2296f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ GET /? elasticsearch.ElasticSearchAdmin.index
GET /public/ staticDir:public

#{elasticSearch.types}
GET /? ${type.controllerClass.name.substring(12).replace('$','')}.index
GET /${type.controllerName}/search ${type.controllerClass.name.substring(12).replace('$','')}.search
POST /${type.controllerName}/search ${type.controllerClass.name.substring(12).replace('$','')}.search
GET /? ${type.controllerClass.name.substring(12).replace('$','')}.index
GET /${type.controllerName}/search ${type.controllerClass.name.substring(12).replace('$','')}.search
POST /${type.controllerName}/search ${type.controllerClass.name.substring(12).replace('$','')}.search
#{/elasticSearch.types}


Expand Down

0 comments on commit 2296f57

Please sign in to comment.