9 lines
145 B
Lua
9 lines
145 B
Lua
-- a plugin fixture to test a method on the admin api
|
|
|
|
local AdminApiMethod = {
|
|
VERSION = "0.1-t",
|
|
PRIORITY = 1000,
|
|
}
|
|
|
|
return AdminApiMethod
|