simple health route
This commit is contained in:
parent
86c7c863d6
commit
7df47a2604
|
|
@ -11,6 +11,7 @@
|
||||||
// api: __DIR__.'/../routes/api.php',
|
// api: __DIR__.'/../routes/api.php',
|
||||||
commands: __DIR__.'/../routes/console.php',
|
commands: __DIR__.'/../routes/console.php',
|
||||||
// channels: __DIR__.'/../routes/channels.php',
|
// channels: __DIR__.'/../routes/channels.php',
|
||||||
|
health: '/up',
|
||||||
)
|
)
|
||||||
->withMiddleware(function (Middleware $middleware) {
|
->withMiddleware(function (Middleware $middleware) {
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue