Skip to content

Commit

Permalink
usar apicobalt porque la api oficial is gonezo
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Aug 23, 2024
1 parent 1606934 commit 4db1265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cobalt.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (c *CobaltClient) Lookup(urlS string) (*Uploadable, error) {

endpoint := c.Endpoint
if len(endpoint) == 0 {
endpoint = "https://co.wuk.sh"
endpoint = "https://apicobalt.nulo.in"
}
req, err := http.NewRequest(
"POST",
Expand Down

0 comments on commit 4db1265

Please sign in to comment.