Skip to content

Commit

Permalink
Modification de la racine RequestMapping des services
Browse files Browse the repository at this point in the history
  • Loading branch information
julg committed Feb 26, 2024
1 parent 0cc5386 commit ecd0c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

@Slf4j
@RestController
@RequestMapping("/api/v1/theses/")
@RequestMapping("/")
public class ExportController {

@Autowired
Expand Down

0 comments on commit ecd0c90

Please sign in to comment.