StockController.java
This commit is contained in:
sungsu
2024-01-08 19:46:12 +09:00
parent cb776d2727
commit 1065d132f7

View File

@@ -75,7 +75,7 @@ public class StockController {
// 생성 폼
@PostMapping("/stock/create")
@GetMapping ("/stock/create")
public String create()
{
return "stock/create";