mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
refactor: merge AuthTokenDTOs into one file
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
de952fe3b2
commit
5eab4f42d6
5 changed files with 11 additions and 18 deletions
|
@ -12,7 +12,7 @@ import { Connection, createConnection } from 'typeorm';
|
|||
|
||||
import { PrivateApiModule } from '../src/api/private/private-api.module';
|
||||
import { PublicApiModule } from '../src/api/public/public-api.module';
|
||||
import { AuthTokenWithSecretDto } from '../src/auth/auth-token-with-secret.dto';
|
||||
import { AuthTokenWithSecretDto } from '../src/auth/auth-token.dto';
|
||||
import { AuthModule } from '../src/auth/auth.module';
|
||||
import { AuthService } from '../src/auth/auth.service';
|
||||
import { MockAuthGuard } from '../src/auth/mock-auth.guard';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue