Skip to content

Commit d68ff46

Browse files
committed
Updated the API to be compatible with the latest upstream project's front-end code
1 parent 5af6afc commit d68ff46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenBioCardServer/Models/WebsiteSettings.cs renamed to OpenBioCardServer/Models/SystemSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace OpenBioCardServer.Models;
22

3-
public class WebsiteSettings
3+
public class SystemSettings
44
{
55
public string Title { get; set; } = string.Empty;
66
public Asset Logo { get; set; } = new();

0 commit comments

Comments
 (0)