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, Get, Param, Post } from '@nestjs/common';
import { RealIp } from 'src/app.module';
import { RealIp } from 'src/app.service';
import { RealIpInfo } from 'src/models/main.model';
import { CountyRequest } from 'src/models/server.model';
import { GeoService } from './geo.service';