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 Sep 11, 2024
1 parent 20a3b70 commit 09ff1af
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 09ff1af

Please sign in to comment.