Added imprint and privacy to the api spec

ref #135
This commit is contained in:
Nicolai Ort 2021-02-02 15:07:33 +01:00
parent bcad691045
commit f4f621973a
1 changed files with 1 additions and 1 deletions

View File

@ -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. <br>[Imprint](${config.imprint_url}) & [Privacy](${config.privacy_url})`,
title: "LfK! Backend API",
version: config.version
},