mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
feat: Add avatar upload functionality and refactor profile handling in AppOrchestrator
This commit is contained in:
@@ -9,7 +9,7 @@ var appSettingsPath = Path.Combine(AppContext.BaseDirectory, "appsettings.json")
|
||||
if (!File.Exists(appSettingsPath))
|
||||
{
|
||||
using var stream = typeof(AppOrchestrator).Assembly
|
||||
.GetManifestResourceStream("EchoHub.Client.appsettings.json");
|
||||
.GetManifestResourceStream("EchoHub.Client.appsettings.example.json");
|
||||
|
||||
if (stream is not null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user