add sampler script + samples folder with README
This commit is contained in:
parent
abe775c3fd
commit
8f355dcf96
7 changed files with 10 additions and 50 deletions
|
|
@ -42,7 +42,7 @@ async function getBanks(directory) {
|
|||
banks[bank].push(url);
|
||||
return url;
|
||||
});
|
||||
banks._base = `http:localhost:5432`;
|
||||
banks._base = `http://localhost:5432`;
|
||||
return { banks, files };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue