mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(settings): add OpenAPI metadata for readStats endpoint
This commit is contained in:
parent
c1aeb828d8
commit
4371e7e033
@ -595,6 +595,14 @@ export const settingsRouter = createTRPCRouter({
|
|||||||
return parsedConfig;
|
return parsedConfig;
|
||||||
}),
|
}),
|
||||||
readStats: adminProcedure
|
readStats: adminProcedure
|
||||||
|
.meta({
|
||||||
|
openapi: {
|
||||||
|
path: "/read-stats",
|
||||||
|
method: "POST",
|
||||||
|
override: true,
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
})
|
||||||
.input(
|
.input(
|
||||||
z
|
z
|
||||||
.object({
|
.object({
|
||||||
|
Loading…
Reference in New Issue
Block a user