Skip to content

Commit

Permalink
QuaDer hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JPugetGil committed Oct 18, 2024
1 parent 2b47daa commit 1e8b3de
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 @@
@RequestMapping("/import")
public class QuadImportController {

@Value("${quad.importer.enabled}")
@Value("${quad.importer.enabled:true}")
boolean quadImporterEnabled;

QuadImportService quadImportService;
Expand Down

0 comments on commit 1e8b3de

Please sign in to comment.