Tweak maintenace mode handler.
This commit is contained in:
parent
74cd3eb838
commit
1e68129265
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
App::down(function()
|
App::down(function()
|
||||||
{
|
{
|
||||||
return "We'll be right back!";
|
return Response::make("Be right back!", 503);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue