Correct spelling error

This commit is contained in:
YMHuang 2016-03-18 10:00:12 +08:00
parent abd999fbfa
commit 5a7d906f00
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ Route::group(['middleware' => ['auth', 'first.run']], function () {
});
/*
* Upoad event images
* Upload event images
*/
Route::post('/upload_image', [
'as' => 'postUploadEventImage',