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)
{
-5
View File
@@ -6,11 +6,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EonaCat.DoxaApi", "DoxaApi\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApi", "sample\SampleApi\SampleApi.csproj", "{22222222-2222-2222-2222-222222222222}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B167511-F7C3-4F80-B199-1E02ED686E11}"
ProjectSection(SolutionItems) = preProject
image.png = image.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+1 -1
View File
@@ -6,7 +6,7 @@ EonaCat.DoxaApi scans your controllers with plain `System.Reflection` and ASP.NE
builds a small OpenAPI-like JSON document with `System.Text.Json`, and serves a UI
This can also be used in an offline environment!
![alt text](image.png)
![alt text](https://github.com/EonaCat/images/blob/401a0b27ff4d6645d4106dd960f58ae0e44fec96/DoxaApi_overview.png?raw=true)
## Install
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

-1
View File
@@ -18,7 +18,6 @@ app.UseRouting();
app.UseDoxaApi(options =>
{
options.RoutePrefix = "doxa";
});