Faucet not working?

Hy guys it seems that the call that i’m doing to get some testnet CCD from the faucet is not working

fetch("https://wallet-proxy.mainnet.concordium.software/v0/testnetGTUDrop/4WjnLcPSQwKjtqLPjipLubstgjXgRFyLU8LBGVwFJwmFsNxCt3", {
  method: "PUT"
})

I get

{
    "error": 2,
    "errorMessage": "Not found"
}

From the URL it looks like you are calling mainnet?

As @NHS writes, this is the mainnet wallet-proxy which does not support CCD drop. That is only enabled on testnet.

Sorry. thanks for the help