Skip to content

Commit

Permalink
fix: Typo in loadfirst plugin UrlMappings
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 16, 2024
1 parent 934d3f8 commit 1e36c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package demo

class UrlMappings {
static mappings = {
"/"(controller:"alpha", aciton:'shouldNotHappen')
"/"(controller:"alpha", action:'shouldNotHappen')
}
}

0 comments on commit 1e36c1e

Please sign in to comment.