mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Removed extension from translation script link
Also fixed bug causing EN translation backup to not be passed to javascript translation system. Closes #328
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
Route::get('/translations.js', 'HomeController@getTranslations');
|
||||
Route::get('/translations', 'HomeController@getTranslations');
|
||||
|
||||
// Authenticated routes...
|
||||
Route::group(['middleware' => 'auth'], function () {
|
||||
|
Reference in New Issue
Block a user