Added tag support + Post link and many more changes and optimizations.
This commit is contained in:
@@ -12,7 +12,7 @@ interface User {
|
||||
password: string;
|
||||
}
|
||||
|
||||
export default async function handler(
|
||||
export default async function (
|
||||
req: NextApiRequest,
|
||||
res: NextApiResponse<Data>
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user