Skip to content

Commit

Permalink
docs: Update bs/HTTP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg authored Aug 20, 2024
1 parent b0ec95c commit 0642204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/translations/bs/scripting/functions/HTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public OnPlayerCommandText(playerid, cmdtext[])
{
if (!strcmp("/hello",cmdtext,true))
{
HTTP(playerid, HTTP_GET, "kc.gd/hello.txt", "", "MyHttpResponse");
HTTP(playerid, HTTP_GET, "assets.open.mp/hello.txt", "", "MyHttpResponse");
return 1;
}
return 0;
Expand Down

0 comments on commit 0642204

Please sign in to comment.