mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-04-22 12:43:49 +01:00
4 lines
132 B
Lua
4 lines
132 B
Lua
local util = require("./util")
|
|
local pass = util.pass
|
|
|
|
pass("GET", "https://httpbingo.org/absolute-redirect/3", "Redirect 3 times")
|