๐Ÿ“ฆ vinaygaba / MicroService-Apps-and-APIs-Project

๐Ÿ“„ config_course.json ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19{"student_updated":
		 {
			 "event":"student_updated",
			 "origin": "student",
			 "listener":"course",
			 "publicurl":"http://localhost:16390/api/course",
			 "req_method":"PUT"
		 }
 ,
 "student_removed_from_all":
 			{
				"event":"student_removed_from_all",
				"origin": "student",
				"listener":"course",
				"publicurl":"http://localhost:16390/api/course",
				"req_method":"PUT"
			}
}