videosphere
Preparing search index...
app/api/health/route
GET
Function GET
GET
()
:
Promise
<
|
NextResponse
<
{
status
:
string
;
timestamp
:
string
;
environment
:
"development"
|
"production"
|
"test"
;
}
,
>
|
NextResponse
<
{
status
:
string
;
message
:
string
}
>
,
>
GET /api/health Returns the health status of the application.
Returns
Promise
<
|
NextResponse
<
{
status
:
string
;
timestamp
:
string
;
environment
:
"development"
|
"production"
|
"test"
;
}
,
>
|
NextResponse
<
{
status
:
string
;
message
:
string
}
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
GET /api/health Returns the health status of the application.