Начало 4 лабы

This commit is contained in:
ArtemEmelyanov 2023-04-21 13:41:52 +04:00
parent 7de8e172de
commit 83e27918ee

View File

@ -0,0 +1,9 @@
package ru.IP_LabWorks.IP.University.Contoller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/student")
public class StudentController {
}