Remove HelloController.java
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h2m23s
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h2m23s
This commit is contained in:
@ -1,14 +0,0 @@
|
|||||||
package ch.dlmw.swisssignchallenge.controllers;
|
|
||||||
|
|
||||||
import org.openapitools.api.HelloApi;
|
|
||||||
import org.openapitools.model.HelloResponse;
|
|
||||||
import org.springframework.http.ResponseEntity;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class HelloController implements HelloApi {
|
|
||||||
@Override
|
|
||||||
public ResponseEntity<HelloResponse> getHello() {
|
|
||||||
return ResponseEntity.ok(new HelloResponse().value("Hello, world"));
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user