1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-05-17 22:22:43 +02:00

Remove breaking swagger example

This commit is contained in:
Ralph Slooten 2025-04-06 19:08:31 +12:00
parent 1400936760
commit 1b95f2fe39
2 changed files with 0 additions and 2 deletions
server

@ -285,7 +285,6 @@ type searchParams struct {
//
// in: query
// required: true
// example: tag:backups
// type: string
Query string `json:"query"`

@ -682,7 +682,6 @@
"parameters": [
{
"type": "string",
"example": "tag:backups",
"x-go-name": "Query",
"description": "Search query",
"name": "query",