mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-14 06:32:36 +01:00
🐛 fix directory name
This commit is contained in:
parent
4a2c0ebe5f
commit
2fa5129c95
@ -2,7 +2,7 @@ import { Request, Response, Router } from "express";
|
|||||||
import { check, FieldErrors, Length } from "../../util/instanceOf";
|
import { check, FieldErrors, Length } from "../../util/instanceOf";
|
||||||
import bcrypt from "bcrypt";
|
import bcrypt from "bcrypt";
|
||||||
import jwt from "jsonwebtoken";
|
import jwt from "jsonwebtoken";
|
||||||
import { User, UserModel } from "@fosscord/server-util";
|
import { UserModel } from "@fosscord/server-util";
|
||||||
import Config from "../../util/Config";
|
import Config from "../../util/Config";
|
||||||
import { adjustEmail } from "./register";
|
import { adjustEmail } from "./register";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user