mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: move controllers and middleware (#8119)
This commit is contained in:
parent
81f0265095
commit
40e079a247
28 changed files with 55 additions and 60 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { api } from 'e2e/client';
|
||||
import fs from 'node:fs';
|
||||
import { LibraryController } from 'src/controllers/library.controller';
|
||||
import { LoginResponseDto } from 'src/domain/auth/auth.dto';
|
||||
import { LibraryController } from 'src/immich/controllers/library.controller';
|
||||
import { LibraryType } from 'src/infra/entities/library.entity';
|
||||
import { IMMICH_TEST_ASSET_PATH, IMMICH_TEST_ASSET_TEMP_PATH, restoreTempFolder, testApp } from 'src/test-utils/utils';
|
||||
import request from 'supertest';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue