Skip to content

Commit

Permalink
rename "host" to simply "URL"
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed Dec 4, 2024
1 parent 4156e4a commit 08ca89f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/api-documentation/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const BUTTON_CLASS =
View Backend API Documentation
</a>
<div class='mt-8'>
<span class='font-medium'>Host of Backend Server:</span>
<span class='font-medium'>URL of Backend Server:</span>
<code>{clientConfig.backendUrl}</code>
</div>
</div>
Expand All @@ -85,7 +85,7 @@ const BUTTON_CLASS =
}
</div>
<div class='mt-8'>
<span class='font-medium'>Host of LAPIS Query Engines:</span>
<span class='font-medium'>URLs of LAPIS Query Engines:</span>
<ul class='list-disc ml-6'>
{
Object.entries(clientConfig.lapisUrls).map(([organism, url]) => (
Expand All @@ -104,7 +104,7 @@ const BUTTON_CLASS =
We use the open source software <a href='https://www.keycloak.org/'>Keycloak</a> for authentication.
</div>
<div class='mt-2'>
<span class='font-medium'>Host of Keycloak Server:</span>
<span class='font-medium'>URL of Keycloak Server:</span>
<code>{keycloakUrl}</code>
</div>
</div>
Expand Down

0 comments on commit 08ca89f

Please sign in to comment.