1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-25 07:34:10 +02:00

[#3896] added $apis.requireGuestOnly() middleware JSVM binding

This commit is contained in:
Gani Georgiev
2023-12-07 18:48:01 +02:00
parent 16da7d9e1a
commit 6e6c873cc6
5 changed files with 5800 additions and 5778 deletions

View File

@@ -934,7 +934,7 @@ func TestApisBindsCount(t *testing.T) {
apisBinds(vm)
testBindsCount(vm, "this", 6, t)
testBindsCount(vm, "$apis", 11, t)
testBindsCount(vm, "$apis", 12, t)
}
func TestApisBindsApiError(t *testing.T) {