mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
Fix service call
This commit is contained in:
parent
299082d891
commit
9b316a3ad1
@ -554,7 +554,7 @@ public class DefaultDbAdminController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ConsoleQuery q = new ConsoleQuery();
|
ConsoleQuery q = new ConsoleQuery();
|
||||||
consoleQueryRepository.save(q);
|
consoleService.save(q);
|
||||||
return "redirect:/" + properties.getBaseUrl() + "/console/run/" + q.getId();
|
return "redirect:/" + properties.getBaseUrl() + "/console/run/" + q.getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user