File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/main/java/fr/insee/genesis/controller/rest Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 99import org .springframework .http .ResponseEntity ;
1010import org .springframework .security .access .prepost .PreAuthorize ;
1111import org .springframework .stereotype .Controller ;
12- import org .springframework .web .bind .annotation .DeleteMapping ;
13- import org .springframework .web .bind .annotation .GetMapping ;
14- import org .springframework .web .bind .annotation .PostMapping ;
15- import org .springframework .web .bind .annotation .RequestBody ;
16- import org .springframework .web .bind .annotation .RequestMapping ;
17- import org .springframework .web .bind .annotation .RequestParam ;
12+ import org .springframework .web .bind .annotation .*;
1813
1914@ Controller
2015@ RequestMapping (path = "/questionnaire-metadata" )
You can’t perform that action at this time.
0 commit comments