Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Update api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Sep 8, 2023
1 parent 20c8983 commit e05cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { wait } from "https://deno.land/x/[email protected]/mod.ts";
import { Command } from "https://deno.land/x/[email protected]/command/mod.ts";

// deno-lint-ignore no-inferrable-types
const BASE_URL: string = "https://criscore.deno.dev/";
const BASE_URL: string = "https://cricketapi.deno.dev/";
//const parsedArgs = parse(args);
const pre = brightGreen(bold("›"));

Expand Down

0 comments on commit e05cc96

Please sign in to comment.