aboutsummaryrefslogtreecommitdiff
path: root/plugins/CacheBroker/src/Endpoints
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-04-13 11:40:21 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-04-13 11:40:21 -0400
commit29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 (patch)
tree4e7f8cfda1183baba46d2db7c5fb1b7d825bc602 /plugins/CacheBroker/src/Endpoints
parenta866d831efc95900de2326f09531a54a65f18ea2 (diff)
Extension updates with database creation
Diffstat (limited to 'plugins/CacheBroker/src/Endpoints')
-rw-r--r--plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs b/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs
index 24ca56c..db82887 100644
--- a/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs
+++ b/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs
@@ -53,8 +53,6 @@ using VNLib.Net.Rest.Client;
using ContentType = VNLib.Net.Http.ContentType;
-#nullable enable
-
namespace VNLib.Plugins.Cache.Broker.Endpoints
{
[ConfigurationName("broker_endpoint")]