mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 02:45:40 +00:00
🐛 fix directory name
This commit is contained in:
@@ -2,7 +2,7 @@ import { Request, Response, Router } from "express";
|
||||
import { check, FieldErrors, Length } from "../../util/instanceOf";
|
||||
import bcrypt from "bcrypt";
|
||||
import jwt from "jsonwebtoken";
|
||||
import { User, UserModel } from "@fosscord/server-util";
|
||||
import { UserModel } from "@fosscord/server-util";
|
||||
import Config from "../../util/Config";
|
||||
import { adjustEmail } from "./register";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user