feat: use drink api in front and more #16

Merged
Clement merged 47 commits from feat/use-drink-api-in-front into master 2024-06-07 17:09:58 +00:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit aae4f97ff4 - Show all commits

View File

@ -1,5 +1,6 @@
vars {
TRIPMAP_URL: https://api.opentripmap.com/0.1
EXPRESS_API: http://localhost:3001
}
vars:secret [
app_key,

View File

@ -0,0 +1,3 @@
vars {
EXPRESS_API: https://drink-tweb.cb85.fr
}

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:3001/otm/city?name=La roche sur yon&radius=300
url: {{EXPRESS_API}}/otm/city?name=La roche sur yon&radius=300
body: none
auth: none
}