Updated image to github image

This commit is contained in:
2026-06-20 10:47:03 +02:00
parent 7e1173bf2c
commit 383b131bac
5 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ namespace EonaCat.DoxaApi.Middleware
internal static class EmbeddedAssetLoader
{
private static readonly Assembly _assembly = typeof(EmbeddedAssetLoader).Assembly;
private static readonly string _prefix = "DoxaApi.UI.Assets.";
private static readonly string _prefix = "EonaCat.DoxaApi.UI.Assets.";
public static (byte[] Bytes, string ContentType)? Load(string assetName)
{