From 2045a087caa29242e06fd1bc478bd3248e5bc32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 27 Jun 2022 16:13:15 +0200 Subject: [PATCH] Web: add link to the API explorer Add a link to `/api/swagger-ui/` to the top bar, which allows exploration of the API. --- web/app/src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 8d0dc867..de80a899 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -16,8 +16,9 @@ - version: {{ flamencoVersion }} + addon | API + | version: {{ flamencoVersion }}