Skip to content

Commit

Permalink
fix system and 404
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling committed Oct 31, 2023
1 parent 25bda3e commit da13465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astro/src/content/docs/apis/system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ FusionAuth also supports a system status check [using Prometheus](/docs/operate/

### Request

<APIAuthentication icon="undefined">link:/docs/v1/tech/apis/authentication#no-authentication-required[icon:unlock[type=fas]] Return the system status without an API key</APIAuthentication>
<APIAuthentication icon={["server", "unlock"]}>Return the system status without an API key</APIAuthentication>
<APIURI method="GET">/api/status</APIURI>

<APIAuthentication icon="lock">Return the system status with an API key</APIAuthentication>
Expand Down
6 changes: 3 additions & 3 deletions astro/src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import Layout from 'src/layouts/Developer.astro'
---
<Layout title="404 Not Found - FusionAuth">
<section class="white">
<div class="container h-auto my-20 lg:my-0 lg:h-screen flex flex-col justify-center">
<section class="white py-12 lg:py-36">
<div class="container max-w-full w-[540px] md:w-[720px] lg:w-[960px] xl:w-[1140px] mx-auto">
<div class="col-xs centered flex flex-col h-3/6 justify-evenly items-center">
<h1 class="text-4xl font-extrabold text-center">This is not the content you are looking for.</h1>
<h1 class="text-4xl font-extrabold text-center text-slate-700">This is not the content you are looking for.</h1>
<p class="text-center my-6">Hmmm... something's not right. What you are looking for may have moved. Check the navigation above or <span><a href="/contact/" class="text-blue-500">contact us</a></span> if you can't find what you need.</p>
<img alt="storm troopers" class="justify-self-center" width="600" src="/img/troopers-404.png">
</div>
Expand Down

0 comments on commit da13465

Please sign in to comment.