Skip to content

Commit

Permalink
edit database service to private
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrart committed Oct 1, 2024
1 parent feafb0a commit 8647612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class DatabaseController {

@Autowired
DatabaseService databaseService;
private DatabaseService databaseService;

@PostMapping("create")
@RequiresPermissions("database:create")
Expand Down

0 comments on commit 8647612

Please sign in to comment.