This commit is contained in:
2020-05-06 08:35:28 +02:00
parent 274f2b4b7a
commit 3ed5253fc4
2 changed files with 37 additions and 65 deletions

View File

@ -1,6 +1,6 @@
import { Request, Response, Router } from 'express';
import { http } from '@scode/consts';
import { ControlModel, DatabaseModel } from '@scode/modelling';
import { http } from '@sapphirecode/consts';
import { ControlModel, DatabaseModel } from '@sapphirecode/modelling';
import { CrudHandler } from './CrudHandler';
import { HttpHandler } from './HttpHandler';
import { DatabaseCrudOptionsReader } from './DatabaseCrudOptionsReader';