Extract /api/unlink code to its own function

This commit is contained in:
Elliu 2025-09-06 19:59:44 +09:00
parent 978de797ba
commit 4c4e17e520
2 changed files with 34 additions and 19 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*]
indent_style = tab
[*.pug]
indent_style = space
indent_size = 2