Allow to access SVGs as guest
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
fb77ff9da4
commit
12efde520d
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ class SvgController extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
* @NoCSRFRequired
|
||||
*
|
||||
* Generate svg from filename with the requested color
|
||||
|
@ -72,7 +72,7 @@ class SvgController extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
* @NoCSRFRequired
|
||||
*
|
||||
* Generate svg from filename with the requested color
|
||||
|
@ -141,4 +141,4 @@ class SvgController extends Controller {
|
|||
|
||||
return $response;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue