Skip to content
Snippets Groups Projects
Commit 2fe4c740 authored by COULIBALY Aichatou's avatar COULIBALY Aichatou
Browse files

patient controller

parent 3dc87078
Branches
No related tags found
No related merge requests found
package com.projet.projetIndu.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/patients") // doit concorder avec la route dans le SecurityConfig
@Controller
public class PatientController {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment