mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
feat: add update endpoint to reflect database seed
This commit is contained in:
parent
1cd41373c8
commit
68647a3b4d
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ INSERT INTO `endpoints` (`id`, `active`) VALUES
|
||||||
('notes', 1),
|
('notes', 1),
|
||||||
('playground/coffee', 1),
|
('playground/coffee', 1),
|
||||||
('search', 1),
|
('search', 1),
|
||||||
|
('update', 1),
|
||||||
('work', 1),
|
('work', 1),
|
||||||
('work/actions', 1),
|
('work/actions', 1),
|
||||||
('work/tags', 1),
|
('work/tags', 1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue