Changed the order of the api endpoints so that notifications from the LSI Bayern will be sent first
This commit is contained in:
parent
740862efa2
commit
676454972c
1 changed files with 5 additions and 5 deletions
10
widapi.go
10
widapi.go
|
@ -13,16 +13,16 @@ import (
|
||||||
|
|
||||||
// known API endpoints
|
// known API endpoints
|
||||||
var apiEndpoints []ApiEndpoint = []ApiEndpoint{
|
var apiEndpoints []ApiEndpoint = []ApiEndpoint{
|
||||||
{
|
|
||||||
Id: "bund",
|
|
||||||
EndpointUrl: "https://wid.cert-bund.de/content/public/securityAdvisory",
|
|
||||||
PortalUrl: "https://wid.cert-bund.de/portal/wid/securityadvisory",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Id: "bay",
|
Id: "bay",
|
||||||
EndpointUrl: "https://wid.lsi.bayern.de/content/public/securityAdvisory",
|
EndpointUrl: "https://wid.lsi.bayern.de/content/public/securityAdvisory",
|
||||||
PortalUrl: "https://wid.lsi.bayern.de/portal/wid/securityadvisory",
|
PortalUrl: "https://wid.lsi.bayern.de/portal/wid/securityadvisory",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Id: "bund",
|
||||||
|
EndpointUrl: "https://wid.cert-bund.de/content/public/securityAdvisory",
|
||||||
|
PortalUrl: "https://wid.cert-bund.de/portal/wid/securityadvisory",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
const PUBLISHED_TIME_FORMAT = "2006-01-02T15:04:05.999-07:00"
|
const PUBLISHED_TIME_FORMAT = "2006-01-02T15:04:05.999-07:00"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue