made folder paths cross platform, introduced file handler for abstracting the serving of files, enabled url mapping for broken file links, resolved public folder deletion issue
This commit is contained in:
3
Oqtane.Server/Pages/Files.cshtml
Normal file
3
Oqtane.Server/Pages/Files.cshtml
Normal file
@ -0,0 +1,3 @@
|
||||
@page "/files/{**path}"
|
||||
@namespace Oqtane.Pages
|
||||
@model Oqtane.Pages.FilesModel
|
Reference in New Issue
Block a user