adding an API GET Location endpoint, fetch locations and list them in vue multiselect

This commit is contained in:
2021-10-13 14:22:53 +02:00
parent 342c462ed7
commit 48f3c440a2
5 changed files with 91 additions and 7 deletions

View File

@@ -537,3 +537,14 @@ paths:
description: "ok"
401:
description: "Unauthorized"
/1.0/main/location.json:
get:
tags:
- location
summary: Return a list of locations
responses:
200:
description: "ok"
401:
description: "Unauthorized"