provide setting endbpoints
This commit is contained in:
parent
a8edc19f34
commit
7aa9038a61
11 changed files with 137 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
import { dataSource } from "../data-source";
|
||||
import { setting } from "../entity/setting";
|
||||
import DatabaseActionException from "../exceptions/databaseActionException";
|
||||
import { StringHelper } from "../helpers/stringHelper";
|
||||
import { dataSource } from "../../../data-source";
|
||||
import { setting } from "../../../entity/setting";
|
||||
import DatabaseActionException from "../../../exceptions/databaseActionException";
|
||||
import { StringHelper } from "../../../helpers/stringHelper";
|
||||
import { CreateOrUpdateSettingCommand, DeleteSettingCommand } from "./settingCommand";
|
||||
|
||||
export default abstract class SettingCommandHandler {
|
Loading…
Add table
Add a link
Reference in a new issue