Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 27, 2024
1 parent 0812b69 commit 983beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Bwt extends utils.Adapter {

await this.requestClient({
method: 'get',
url: this.config.localIp + ':8080' + url,
url: 'http://' + this.config.localIp + ':8080' + url,
headers: headers,
})
.then((res) => {
Expand Down

0 comments on commit 983beec

Please sign in to comment.