provide setting endbpoints

This commit is contained in:
Julian Krauser 2025-04-20 16:15:27 +02:00
parent a8edc19f34
commit 7aa9038a61
11 changed files with 137 additions and 13 deletions

View file

@ -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 {