mirror of
https://github.com/sequentialread/pow-captcha.git
synced 2025-03-30 15:08:29 +00:00
tabs -> spaces
This commit is contained in:
parent
4009f0441d
commit
94395788e4
@ -302,10 +302,10 @@ const captchaDifficultyLevel = 5
|
||||
|
||||
...
|
||||
|
||||
apiToken := os.ExpandEnv("$CAPTCHA_API_TOKEN")
|
||||
if apiToken == "" {
|
||||
panic(errors.New("can't start the app, the CAPTCHA_API_TOKEN environment variable is required"))
|
||||
}
|
||||
apiToken := os.ExpandEnv("$CAPTCHA_API_TOKEN")
|
||||
if apiToken == "" {
|
||||
panic(errors.New("can't start the app, the CAPTCHA_API_TOKEN environment variable is required"))
|
||||
}
|
||||
|
||||
captchaAPIURL, err = url.Parse("http://localhost:2370")
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user