mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 20:40:14 +00:00
sss
This commit is contained in:
parent
c18b0f4400
commit
93065cb026
@ -22,7 +22,7 @@ export default function (req: VercelRequest, res: VercelResponse) {
|
|||||||
// You can add more supported usernames as needed.
|
// You can add more supported usernames as needed.
|
||||||
let profileUrl: string;
|
let profileUrl: string;
|
||||||
if (username === "blog") {
|
if (username === "blog") {
|
||||||
profileUrl = "https://coderrrrr.site/blog";
|
profileUrl = "https://coderrrrr.site/@blog";
|
||||||
} else {
|
} else {
|
||||||
// If the username is not recognized, return a 404.
|
// If the username is not recognized, return a 404.
|
||||||
res.status(404).json({ error: "User not found" });
|
res.status(404).json({ error: "User not found" });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user