1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Embedded SVG icons in css/js files

Allows removal of hacky /icon endpoint solution.
Fixes PDF exports with WKHTML and allows the icon to show in HTML
exports.

Fixes #796
This commit is contained in:
Dan Brown
2018-05-20 11:55:23 +01:00
parent a1ecdcacba
commit 6e7adcc095
5 changed files with 6 additions and 28 deletions

View File

@@ -1,7 +1,6 @@
<?php
Route::get('/translations', 'HomeController@getTranslations');
Route::get('/icon/{iconName}.svg', 'HomeController@getIcon');
Route::get('/robots.txt', 'HomeController@getRobots');
// Authenticated routes...