Skip to content

Commit 1177273

Browse files
reintroduced nsg for digdir statistics and owner link (#257)
1 parent 725ea0e commit 1177273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dan.Core/Services/ServiceContextService.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ public async Task<List<ServiceContext>> GetRegisteredServiceContexts()
257257
Owner = "Brønnøysundregistrene",
258258
ValidLanguages = new List<string>() {Constants.LANGUAGE_CODE_NORWEGIAN_NB }
259259
},
260+
new ServiceContext() {
261+
Name = "NSG",
262+
Id = "nsg-product",
263+
Owner = "Brønnøysundregistrene",
264+
ValidLanguages = new List<string>() {Constants.LANGUAGE_CODE_NORWEGIAN_NB }
265+
}
260266
};
261267

262268
return await Task.FromResult(serviceContexts);

0 commit comments

Comments
 (0)