Skip to content

Commit

Permalink
switch to different cf proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Apr 17, 2022
1 parent 6a4190f commit 405d24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/cfclient.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Provides functions for connecting to the CF proxy [https://github.com/bmpm-mc/cfproxy].
## Provides functions for connecting to the CF proxy [https://cfproxy.bmpm.workers.dev].
##
## The proxy connects to the official API internally, and has capabilities like:
## - Searching for a addon.
Expand All @@ -14,7 +14,7 @@ import cfcore, http

const
## base url of the cfproxy endpoint
addonsBaseUrl = "https://cfproxy.fly.dev"
addonsBaseUrl = "https://cfproxy.bmpm.workers.dev"
## base url of the curse metadata api endpoint
## used for retrieving mods by their slug, which isn't possible with the curse api
addonsSlugBaseUrl = "https://curse.nikky.moe/graphql"
Expand Down

0 comments on commit 405d24d

Please sign in to comment.