mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
add healty page
This commit is contained in:
7
autogpt_platform/frontend/src/app/health/page.tsx
Normal file
7
autogpt_platform/frontend/src/app/health/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function HealthPage() {
|
||||
return (
|
||||
<div>
|
||||
Yay im healthy
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user