Fix last polish so that login.groovy is valid groovy code again

This commit is contained in:
Christian Dupuis
2014-03-21 11:38:08 +01:00
parent 5ab88b2344
commit 3cd70b1c19
2 changed files with 1 additions and 2 deletions

View File

@@ -43,5 +43,4 @@ class endpoint {
"" ""
} }
} }

View File

@@ -11,7 +11,7 @@ welcome = { ->
hostName = "localhost"; hostName = "localhost";
} }
Get Spring Boot version from context // Get Spring Boot version from context
def version = crash.context.attributes.get("spring.boot.version") def version = crash.context.attributes.get("spring.boot.version")
return """\ return """\