T153 Removed files
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
package com.release11.klaus.controller;
|
||||
|
||||
import com.release11.klaus.model.MockedMessageDto;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
@Slf4j
|
||||
@Controller
|
||||
@RequestMapping
|
||||
@AllArgsConstructor
|
||||
public class MainController {
|
||||
|
||||
@GetMapping("/home/tools")
|
||||
public String showGetMockedResponse(final MockedMessageDto mockedMessageDto) {
|
||||
return "tools";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user