mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-04 23:48:42 +01:00
Fixed export of network serverPie
This commit is contained in:
parent
b3bca52d48
commit
52aaebbd7a
@ -81,6 +81,7 @@ public class GraphsJSONHandler implements PageHandler {
|
||||
case "geolocation": return DataID.GRAPH_WORLD_MAP;
|
||||
case "aggregatedPing": return DataID.GRAPH_PING;
|
||||
case "punchCard": return DataID.GRAPH_PUNCHCARD;
|
||||
case "serverPie": return DataID.GRAPH_SERVER_PIE;
|
||||
default: throw new BadRequestException("unknown 'type' parameter: " + type);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user