mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 21:31:08 +10:00
move environment module to integrations
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Injectable, NestMiddleware, NotFoundException } from '@nestjs/common';
|
||||
import { FastifyRequest, FastifyReply } from 'fastify';
|
||||
import { WorkspaceRepository } from '../core/workspace/repositories/workspace.repository';
|
||||
import { EnvironmentService } from '../environment/environment.service';
|
||||
import { EnvironmentService } from '../integrations/environment/environment.service';
|
||||
|
||||
@Injectable()
|
||||
export class DomainMiddleware implements NestMiddleware {
|
||||
|
||||
Reference in New Issue
Block a user