File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed
Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "rules" : [
44 {
5- "description" : " User creation." ,
5+ "description" : " Resource creation." ,
66 "service_name" : " *" ,
77 "http_method" : " POST" ,
8- "url_path" : " /api/user" ,
9- "fixed_target" : 1 ,
10- "rate" : 1.0
11- },
12- {
13- "description" : " Session creation." ,
14- "service_name" : " *" ,
15- "http_method" : " POST" ,
16- "url_path" : " /api/session" ,
17- "fixed_target" : 1 ,
18- "rate" : 1.0
19- },
20- {
21- "description" : " Game creation." ,
22- "service_name" : " *" ,
23- "http_method" : " POST" ,
24- "url_path" : " /api/game/*" ,
25- "fixed_target" : 1 ,
26- "rate" : 1.0
27- },
28- {
29- "description" : " Player moves." ,
30- "service_name" : " *" ,
31- "http_method" : " *" ,
32- "url_path" : " /api/move/*" ,
8+ "url_path" : " /api/*" ,
339 "fixed_target" : 1 ,
3410 "rate" : 1.0
3511 },
You can’t perform that action at this time.
0 commit comments