mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2026-04-13 17:59:40 +02:00
Compare commits
No commits in common. "master" and "2.4.0" have entirely different histories.
2 changed files with 1 additions and 5 deletions
|
|
@ -10,10 +10,6 @@ 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'),
|
||||
|
|
|
|||
2
vegvisir
2
vegvisir
|
|
@ -1 +1 @@
|
|||
Subproject commit 35f1b77c565536433183c8289a59b81201fc077f
|
||||
Subproject commit 08758c560f953bdca0c8b2a4042479d2dc3702c7
|
||||
Loading…
Add table
Reference in a new issue