mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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')
|
||||
|
||||
@section('app_content')
|
||||
<h1>400 - Server Error</h1>
|
||||
<h1>500 - Server Error</h1>
|
||||
<p>There was an error in the server.</p>
|
||||
@endsection
|
||||
|
||||
|
|
Loading…
Reference in a new issue