Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed May 15, 2022
2 parents 32f68ce + eda70f1 commit c34eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/busuanzi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function (){
let url: string = "http://127.0.0.1:8080/api?rand=" + Math.random();
let url: string = "http://127.0.0.1:8080/api";
let tags: string[] = ["site_pv", "site_uv", "page_pv", "page_uv"];

let bsz_send: Function = function () {
Expand Down

0 comments on commit c34eb89

Please sign in to comment.