mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:51:57 +08:00
Finished migrated from icon-font to SVG
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::get('/translations', 'HomeController@getTranslations');
|
||||
Route::get('/icon/{iconName}.svg', 'HomeController@getIcon');
|
||||
|
||||
// Authenticated routes...
|
||||
Route::group(['middleware' => 'auth'], function () {
|
||||
|
Reference in New Issue
Block a user