mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚚 Rename functions, move getUrl to Attachment
This commit is contained in:
parent
11c3931007
commit
d09f74e58a
60 changed files with 93 additions and 96 deletions
|
|
@ -2,7 +2,7 @@ import { join } from "node:path";
|
|||
import { redirect } from "@/response";
|
||||
import type { BunFile } from "bun";
|
||||
import { config } from "config-manager";
|
||||
import { retrieveUserFromToken } from "~/database/entities/user";
|
||||
import { retrieveUserFromToken } from "~/classes/functions/user";
|
||||
import type { User } from "~/packages/database-interface/user";
|
||||
import { languages } from "./glitch-languages";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue