Commit 614545d2 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(subscription): change default notification endpoint in notifications

parent 521e25d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
      "notification":{
         "format":"keyValues",
         "endpoint":{
            "uri":"http://my.endpoint.org/notify",
            "uri":"http://localhost:1111/notify",
            "accept":"application/json"
         }
      },
@@ -31,7 +31,7 @@
      "notification":{
         "format":"keyValues",
         "endpoint":{
            "uri":"http://my.endpoint.org/notify",
            "uri":"http://localhost:1111/notify",
            "accept":"application/json"
         }
      },
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
   "notification":{
      "format":"keyValues",
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",
         "uri":"http://localhost:1111/notify",
         "accept":"application/json"
      }
   },
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
   "notification":{
      "format":"keyValues",
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",
         "uri":"http://localhost:1111/notify",
         "accept":"application/json"
      }
   },
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
   "notification":{
      "format":"keyValues",
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",
         "uri":"http://localhost:1111/notify",
         "accept":"application/json"
      }
   },
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
   "notification":{
      "format":"keyValues",
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",
         "uri":"http://localhost:1111/notify",
         "accept":"application/json"
      }
   },
Loading