Refactored form endpoint `/form` -> `/send`

pull/21/head
Niclas Thobaben 2022-02-15 13:22:55 +01:00
parent 6755dc007c
commit c082d5fb66
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import java.util.stream.Collectors;
@Controller
@Slf4j
@RequestMapping("form")
@RequestMapping("send")
@RequiredArgsConstructor
public class MessageFormController {