From f4f621973aa98645dee3d43252bb18f125087c54 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 2 Feb 2021 15:07:33 +0100 Subject: [PATCH] Added imprint and privacy to the api spec ref #135 --- src/apispec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apispec.ts b/src/apispec.ts index de38236..647e9ed 100644 --- a/src/apispec.ts +++ b/src/apispec.ts @@ -42,7 +42,7 @@ export function generateSpec(storage: MetadataArgsStorage, schemas) { } }, info: { - description: "The the backend API for the LfK! runner system.", + description: `The the backend API for the LfK! runner system.
[Imprint](${config.imprint_url}) & [Privacy](${config.privacy_url})`, title: "LfK! Backend API", version: config.version },