auth api tested
This commit is contained in:
@@ -10,7 +10,7 @@ from sqlalchemy import (
|
||||
SmallInteger,
|
||||
)
|
||||
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
from ApiLayers.LanguageModels.Database.account.account import (
|
||||
AccountBooksLanguageModel,
|
||||
AccountCodesLanguageModel,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from sqlalchemy import String, ForeignKey, Index, TIMESTAMP, SmallInteger, Identity
|
||||
from sqlalchemy.orm import mapped_column, Mapped
|
||||
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
|
||||
|
||||
class BuildIbans(CrudCollection):
|
||||
|
||||
Reference in New Issue
Block a user