Commit 347321f4 authored by M. Hamza's avatar M. Hamza
Browse files

fix callbackRefer logic in subscriptions post in meep-vis

parent a2030569
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -974,6 +974,7 @@ func subscriptionsPost(w http.ResponseWriter, r *http.Request) {
		}

		v2xSubscription.Links = link
		v2xSubscription.CallbackReference = extractSubType.CallbackReference

		registerV2xSub(&v2xSubscription, subsIdStr)