Skip to content

Commit

Permalink
remove invalid routes
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Feb 5, 2024
1 parent 6b2750c commit 8cf9df0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ namespace Http
if xml.Node("service")
xml.TextNode("serviceType", "urn:dial-multiscreen-org:service:dial:1")
xml.TextNode("serviceId", "urn:dial-multiscreen-org:serviceId:dial")
xml.TextNode("controlURL", "/dial/notfound")
xml.TextNode("eventSubURL", "/dial/notfound")
xml.TextNode("SCPDURL", "/dial/notfound")
xml.EmptyNode("controlURL")
xml.EmptyNode("eventSubURL")
xml.EmptyNode("SCPDURL")

xml.End()
end if
Expand Down

0 comments on commit 8cf9df0

Please sign in to comment.