Skip to content

Commit

Permalink
tag visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer committed Aug 23, 2024
1 parent 9e83918 commit 7405132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/scripts/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function getOpenApi(): OpenAPIObject {
description:
"Development related endpoints. Only available on dev environment",
"x-displayName": "Development",
"x-public": "no",
},
],
},
Expand Down
1 change: 1 addition & 0 deletions backend/src/middlewares/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Request, Response, NextFunction, RequestHandler } from "express";
import { handleMonkeyResponse, MonkeyResponse } from "../utils/monkey-response";
import { recordClientVersion as prometheusRecordClientVersion } from "../utils/prometheus";
import { validate } from "./configuration";
import { isDevEnvironment } from "../utils/misc";

export const emptyMiddleware = (
_req: MonkeyTypes.Request,
Expand Down

0 comments on commit 7405132

Please sign in to comment.