feat: open-trip-api-drink #11

Merged
Clement merged 34 commits from feat/open-trip-api into master 2024-05-19 09:38:39 +00:00
Showing only changes of commit 5671735e54 - Show all commits

View File

@ -16,6 +16,9 @@ const options = {
{ {
url: "http://localhost:"+port.toString(), url: "http://localhost:"+port.toString(),
}, },
{
url: "https://drink-tweb.cb85.fr"
}
], ],
}, },
apis: ['./src/*.ts'], apis: ['./src/*.ts'],