mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
cahng laravel translation, move route for languages from api to web, fix contact formular
This commit is contained in:
@@ -208,5 +208,3 @@ Route::group(['middleware' => ['auth:api', 'auth.shared', 'auth.master', 'scope:
|
||||
Route::get('/emojis-list', 'AppFunctionsController@get_emojis_list');
|
||||
});
|
||||
|
||||
//Get translate
|
||||
Route::get('/language/{lang}', 'AppFunctionsController@get_translate');
|
||||
|
||||
Reference in New Issue
Block a user