compares plc.directory with other mirrors
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

correct api server

dawn 3aee7f64 2fe430bd

+2 -1
+1
.gitignore
··· 1 1 /data.json 2 + /dist
+1 -1
index.html
··· 456 456 </div><!-- /wrap --> 457 457 <script> 458 458 // ── config ───────────────────────────────────────────────────────────────────── 459 - const API_BASE = 'http://localhost:7331'; 459 + const API_BASE = 'https://api.compare.plc.klbr.net'; 460 460 const BUCKET_MS = 1500; 461 461 const N_BUCKETS = 8; 462 462 const COLORS = ['#7799ff','#ffbb44','#44ddaa','#ff7788','#cc88ff','#88ddff','#ffdd88'];