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:
@@ -11,6 +11,9 @@
|
||||
|
|
||||
*/
|
||||
|
||||
//Translation language
|
||||
Route::get('/language/{lang}', 'AppFunctionsController@get_translate');
|
||||
|
||||
// Stripe WebHook
|
||||
Route::post('/stripe/webhook', 'WebhookController@handleWebhook');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user