mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-11 18:10:10 +08:00
fix: standardize upload request path and handle null storage path in URL generation
This commit is contained in:
@@ -16,7 +16,7 @@ public static class ApplicationBuilderExtensions
|
||||
app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(uploadsPath),
|
||||
RequestPath = "/uploads"
|
||||
RequestPath = "/Uploads"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user