Skip to content

Commit

Permalink
update cobalt api
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Oct 2, 2024
1 parent 9d5fe56 commit 8ddd89f
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 @@ -46,7 +46,7 @@ func (c *CobaltClient) Lookup(urlS string) (*Uploadable, error) {
}
req, err := http.NewRequest(
"POST",
endpoint+"/api/json",
endpoint,
bytes.NewReader(reqByt),
)
if err != nil {
Expand Down

0 comments on commit 8ddd89f

Please sign in to comment.