mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Add tags to all API routes that were missing one
This commit is contained in:
parent
d75254fc71
commit
cd4cfa6a70
17 changed files with 22 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ const route = createRoute({
|
|||
method: "get",
|
||||
path: "/.well-known/openid-configuration",
|
||||
summary: "OpenID Configuration",
|
||||
tags: ["OpenID"],
|
||||
responses: {
|
||||
200: {
|
||||
description: "OpenID Configuration",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue