feat: wwwroot-Verzeichnis erstellt und Standard- sowie statische Dateien hinzugefügt. Client-Anwendung in wwwroot integriert.
This commit is contained in:
@@ -54,6 +54,9 @@ namespace StaffDBServer
|
||||
|
||||
app.UseCors("AllowAllOrigins");
|
||||
|
||||
app.UseDefaultFiles();
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseOpenApi();
|
||||
|
||||
app.UseDALMiddleware();
|
||||
|
||||
Reference in New Issue
Block a user