changed imports

This commit is contained in:
2024-09-20 16:18:07 +02:00
parent bb26972377
commit 178f2b4810
4 changed files with 12 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
import { Body, Controller, Headers, Post } from '@nestjs/common';
import { RealIp } from 'src/app.module';
import { RealIp } from 'src/app.service';
import { ListingEvent } from 'src/models/db.model';
import { RealIpInfo } from 'src/models/main.model';
import { EventService } from './event.service';