mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
adding an API GET Location endpoint, fetch locations and list them in vue multiselect
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user