Skip to content

Commit e563a4e

Browse files
committed
removed UrlMappings pattern "/"
1 parent 9c1e467 commit e563a4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

grails-app/controllers/ecodata/client/plugin/UrlMappings.groovy

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ class UrlMappings {
1616
controller = 'preview'
1717
action = 'imagePreview'
1818
}
19-
"/" {
20-
controller = 'preview'
21-
action = [GET: 'index', POST: 'model']
22-
}
2319
"500"(view:'/error')
2420
}
2521
}

0 commit comments

Comments
 (0)