Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jun 14, 2024
1 parent df8ec04 commit f8e62cf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package io.seqera.wave.controller

import groovy.transform.CompileStatic
import io.micronaut.core.annotation.Nullable

import groovy.util.logging.Slf4j
Expand All @@ -37,6 +38,7 @@ import io.seqera.wave.util.BuildInfo
*/
@Slf4j
@Controller("/")
@CompileStatic
@ExecuteOn(TaskExecutors.IO)
class ServiceInfoController {

Expand All @@ -50,11 +52,6 @@ class ServiceInfoController {
HttpResponse.ok(new ServiceInfoResponse(info))
}

@Get('/ping')
HttpResponse<ServiceInfoResponse> ping() {
HttpResponse.ok()
}

@Get("/")
HttpResponse landing() {
return landingUrl
Expand Down

0 comments on commit f8e62cf

Please sign in to comment.