1
0
forked from noxious/server

Paths refactor # > @/

This commit is contained in:
2025-02-12 00:12:26 +01:00
parent bebd5876da
commit fef0ae6e28
136 changed files with 526 additions and 526 deletions

View File

@ -1,7 +1,7 @@
import type { Request, Response } from 'express'
import { BaseController } from '#application/base/baseController'
import Storage from '#application/storage'
import { BaseController } from'@/application/base/baseController'
import Storage from'@/application/storage'
export class TexturesController extends BaseController {
/**