InfiniLore / infinilore.cs

GNU General Public License v3.0
2 stars 1 forks source link

Add Swagger services #3

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

https://github.com/InfiniLore/infinilore.cs/blob/6eb4c96d3fcae8155dcbbed3c23b69ed0dfbb40a/src/server/InfiniLore.Server/Program.cs#L26


        builder.Services.AddRazorComponents()
            .AddInteractiveServerComponents()
            .AddInteractiveWebAssemblyComponents();

        // TODO Add Swagger services

        // -------------------------------------------------------------------------------------------------------------
        // App
github-actions[bot] commented 1 week ago

Closed in 670a50f2bf3db573cdc063bdb7c69cd5126fdb24.