Fix last polish so that login.groovy is valid groovy code again
This commit is contained in:
parent
5ab88b2344
commit
3cd70b1c19
|
@ -43,5 +43,4 @@ class endpoint {
|
|||
""
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ welcome = { ->
|
|||
hostName = "localhost";
|
||||
}
|
||||
|
||||
Get Spring Boot version from context
|
||||
// Get Spring Boot version from context
|
||||
def version = crash.context.attributes.get("spring.boot.version")
|
||||
|
||||
return """\
|
||||
|
|
Loading…
Reference in New Issue