forked from noxious/server
Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { verify } from 'jsonwebtoken'
|
||||
import { TSocket } from '#utilities/types'
|
||||
import config from '#utilities/config'
|
||||
import { TSocket } from '#application/types'
|
||||
import config from '#application/config'
|
||||
import UserRepository from '#repositories/userRepository'
|
||||
import { User } from '@prisma/client'
|
||||
import { gameLogger } from '#utilities/logger'
|
||||
import { gameLogger } from '#application/logger'
|
||||
|
||||
/**
|
||||
* Socket io jwt auth middleware
|
||||
|
Reference in New Issue
Block a user