This commit is contained in:
2025-06-22 21:17:39 +08:00
parent 0eed6cfdbf
commit 063181da5a
16 changed files with 72 additions and 50 deletions

View File

@@ -3,7 +3,6 @@ import {
Body,
Controller,
Get,
Ip,
Param,
ParseUUIDPipe,
Post,
@@ -21,7 +20,7 @@ export class BlogController {
constructor(
private readonly blogService: BlogService,
private readonly userService: UserService,
) { }
) {}
@Get()
getBlogs() {