Added release config+pipelines feature/14-release_config #16

Merged
niggl merged 21 commits from feature/14-release_config into main 2021-04-07 17:26:58 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit b80a832256 - Show all commits

View File

@ -138,6 +138,9 @@
class="flex flex-col pt-3 md:pt-8"
onsubmit="event.preventDefault();"
on:submit={() => {
if (api_endpoint_input.substr(-1) !== "/") {
api_endpoint_input = api_endpoint_input + "/";
}
api_endpoint.set(api_endpoint_input);
}}
>