update
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m10s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m10s
This commit is contained in:
@@ -37,8 +37,7 @@ type (
|
||||
)
|
||||
|
||||
@server (
|
||||
middleware: SuperAdminAuthMiddleware
|
||||
prefix: /api/blog
|
||||
prefix: /api/blog
|
||||
)
|
||||
service Blog {
|
||||
@doc (
|
||||
@@ -47,7 +46,13 @@ service Blog {
|
||||
)
|
||||
@handler pingHandler
|
||||
get /ping (PingReq) returns (PingResp)
|
||||
}
|
||||
|
||||
@server (
|
||||
middleware: SuperAdminAuthMiddleware
|
||||
prefix: /api/blog
|
||||
)
|
||||
service Blog {
|
||||
@doc (
|
||||
summary: "Get presigned URL for file upload"
|
||||
description: "Get presigned URL for file upload"
|
||||
|
||||
Reference in New Issue
Block a user