Skip to content

Commit

Permalink
docs: Update HTTP.md
Browse files Browse the repository at this point in the history
url updated.
  • Loading branch information
adib-yg authored Aug 20, 2024
1 parent 6d31603 commit be14d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/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, "open.mp/hello.txt", "", "MyHttpResponse");
HTTP(playerid, HTTP_GET, "assets.open.mp/hello.txt", "", "MyHttpResponse");
return 1;
}
return 0;
Expand Down

0 comments on commit be14d95

Please sign in to comment.