Neuste fixes

This commit is contained in:
Marc Wieland 2025-11-06 21:51:04 +01:00
parent 73a8ec0e76
commit 8e764cbc63
2 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,7 @@ window.filterDb = {
if (pending.length === 0) return true;
console.log(`Sync: ${pending.length} Änderungen`);
const baseUrl = '/api/Filter';
const baseUrl = 'https://filtercair-server-gwctc2gbf5f4axgj.westeurope-01.azurewebsites.net/api/Filter';
for (const item of pending) {
let success = false;

View File

@ -26,6 +26,7 @@ builder.Services.AddCors(options =>
});
builder.Services.AddAuthorization();
builder.Services.AddControllers();