feat: add update endpoint to reflect database seed

This commit is contained in:
Victor Westerlund 2025-03-29 09:22:10 +01:00
parent 1cd41373c8
commit 68647a3b4d
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -27,6 +27,7 @@ INSERT INTO `endpoints` (`id`, `active`) VALUES
('notes', 1),
('playground/coffee', 1),
('search', 1),
('update', 1),
('work', 1),
('work/actions', 1),
('work/tags', 1),