Merge branch 'master' into dev

This commit is contained in:
Valentin 2024-05-26 19:25:23 +02:00 committed by GitHub
commit eb3f302552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using FModel.Framework;
using FModel.ViewModels.ApiEndpoints;
using Newtonsoft.Json;
@ -106,4 +106,4 @@ public class EndpointSettings : ViewModel
}
}
}
}
}