]>
BookStack Code Mirror - bookstack/blobdiff - routes/web.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed extension from translation script link
[bookstack]
/
routes
/
web.php
diff --git
a/routes/web.php
b/routes/web.php
index 4bd2b4a069f6962c0504d5396c8f4f7f6f4388be..8259a633b396170a88004e147b817c11b49bda39 100644
(file)
--- a/
routes/web.php
+++ b/
routes/web.php
@@
-1,6
+1,6
@@
<?php
-Route::get('/translations
.js
', 'HomeController@getTranslations');
+Route::get('/translations', 'HomeController@getTranslations');
// Authenticated routes...
Route::group(['middleware' => 'auth'], function () {