Neuste fixes
This commit is contained in:
parent
73a8ec0e76
commit
8e764cbc63
@ -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;
|
||||
|
||||
@ -26,6 +26,7 @@ builder.Services.AddCors(options =>
|
||||
});
|
||||
|
||||
|
||||
|
||||
builder.Services.AddAuthorization();
|
||||
|
||||
builder.Services.AddControllers();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user