This commit is contained in:
Timothy Jaeryang Baek 2025-03-27 01:42:33 -07:00
parent 4a79320253
commit 69dee19568
2 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,9 @@
return;
}
// remove trailing slash from url
url = url.replace(/\/$/, '');
const connection = {
url,
key,

View File

@ -33,6 +33,9 @@
const submitHandler = async () => {
loading = true;
// remove trailing slash from url
url = url.replace(/\/$/, '');
const connection = {
url,
key,