mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 07:24:08 +00:00
fixes and minor changes for email stuff
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ export class SpacebarServer extends Server {
|
||||
res.sendFile(path.join(PUBLIC_ASSETS_FOLDER, "index.html")),
|
||||
);
|
||||
|
||||
app.get("/verify", (req, res) =>
|
||||
app.get("/verify-email", (req, res) =>
|
||||
res.sendFile(path.join(PUBLIC_ASSETS_FOLDER, "verify.html")),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user