Refactored how system fonts were loaded (at least covered for local development) so that instead of going through the api, they are instead resolved by using assets/fonts/{fontName}/{fontFile}.
This commit is contained in:
parent
9fae799c63
commit
58800c0b4e
88 changed files with 177 additions and 97 deletions
|
|
@ -40,7 +40,7 @@ public class ThemeController : BaseApiController
|
|||
_mapper = mapper;
|
||||
}
|
||||
|
||||
[ResponseCache(CacheProfileName = "10Minute")]
|
||||
[ResponseCache(CacheProfileName = ResponseCacheProfiles.TenMinute)]
|
||||
[AllowAnonymous]
|
||||
[HttpGet]
|
||||
public async Task<ActionResult<IEnumerable<SiteThemeDto>>> GetThemes()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue