parent
cad18cf306
commit
6be5ebbb51
@ -0,0 +1,10 @@
|
||||
package SAE.ApiREST.WebService;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
@Controller
|
||||
@RequestMapping("/ProfWebService")
|
||||
public class ProfController {
|
||||
|
||||
|
||||
}
|
Loading…
Reference in new issue