mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Corrected error code
This commit is contained in:
parent
6c2039159f
commit
63562f9338
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
@extends('shared._app_layout')
|
@extends('shared._app_layout')
|
||||||
|
|
||||||
@section('app_content')
|
@section('app_content')
|
||||||
<h1>400 - Server Error</h1>
|
<h1>500 - Server Error</h1>
|
||||||
<p>There was an error in the server.</p>
|
<p>There was an error in the server.</p>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue