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

Commit

Permalink
fix(api): update redacted API endpoint domain from .ch to .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Nov 23, 2024
1 parent bc909be commit 73808ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
APIEndpointBaseRedacted = "https://redacted.ch/ajax.php"
APIEndpointBaseRedacted = "https://redacted.sh/ajax.php"
APIEndpointBaseOrpheus = "https://orpheus.network/ajax.php"
)

Expand Down

2 comments on commit 73808ec

@punowo
Copy link

@punowo punowo commented on 73808ec Nov 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you consider doing another release just for this ?

@s0up4200
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@punowo done!

Please sign in to comment.