garageScript / databases

Play with databases without account
https://learndatabases.dev/
7 stars 11 forks source link

Fix delete elasticsearch account function #256

Closed hoiekim closed 3 years ago

hoiekim commented 3 years ago

Issue

es.deleteAccount function kept throwing errors.

image

This is because it's sending request to a wrong URL here

Change

Fixed URL and updated test.

Todo

arango.deleteAccount is throwing errors too.

image