Compare commits

...

2 commits

Author SHA1 Message Date
e90bd82887 chore: bump Vegvisir to 3.7.1 (#75)
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/75
2026-04-09 12:57:42 +02:00
vlw
990bf289c1 fix: add missing request methods to /ping endpoint (#74)
I forgot to add all available request methods to the ACL table for the `/ping` endpoint in #71. This PR fixes that.

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/74
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2026-04-06 11:38:01 +02:00
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,10 @@ SET time_zone = "+00:00";
TRUNCATE TABLE `acl`;
INSERT INTO `acl` (`ref_group`, `ref_endpoint`, `method`) VALUES
(NULL, 'ping', 'DELETE'),
(NULL, 'ping', 'POST'),
(NULL, 'ping', 'PATCH'),
(NULL, 'ping', 'PUT'),
(NULL, 'ping', 'GET'),
(NULL, 'coffee', 'GET'),
(NULL, 'languages', 'GET'),

@ -1 +1 @@
Subproject commit 08758c560f953bdca0c8b2a4042479d2dc3702c7
Subproject commit 35f1b77c565536433183c8289a59b81201fc077f