forked from jappel/leistungsbilanz-ts
Remove legacy consumer API
This commit is contained in:
parent
04c299e3f2
commit
3fbf3ac622
30 changed files with 76 additions and 1089 deletions
|
|
@ -3,7 +3,7 @@ import { ProjectRepository } from "../../db/repositories/project.repository.js";
|
|||
import {
|
||||
createProjectSchema,
|
||||
updateProjectSettingsSchema,
|
||||
} from "../../shared/validation/consumer.schemas.js";
|
||||
} from "../../shared/validation/project-structure.schemas.js";
|
||||
|
||||
const projectRepository = new ProjectRepository();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue