forked from Yara724/api
Fixed Captcha
This commit is contained in:
@@ -61,6 +61,7 @@ async function bootstrap() {
|
||||
.setVersion("1.0.0")
|
||||
.addServer(process.env.BASE_URL_DEV + "/api")
|
||||
.addServer("http://192.168.20.170:9001")
|
||||
.addServer("https://user.yara724.com/api")
|
||||
.addServer("http://localhost:9001")
|
||||
.addBearerAuth()
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user