summary refs log tree commit diff
path: root/api/.vscode/api-snippets.code-snippets
diff options
context:
space:
mode:
authordevelopomp <developomp@gmail.com>2021-10-20 09:13:22 +0900
committerdevelopomp <developomp@gmail.com>2021-10-20 09:13:22 +0900
commit99f6da9762b4af37bf2aec290aae653e42857953 (patch)
treed25ea1000ec031189b1711ca328230ecaf8d8ecd /api/.vscode/api-snippets.code-snippets
parentprettier formatted /bundle (diff)
downloadserver-99f6da9762b4af37bf2aec290aae653e42857953.tar.xz
prettier formatted /api
Diffstat (limited to 'api/.vscode/api-snippets.code-snippets')
-rw-r--r--api/.vscode/api-snippets.code-snippets10
1 files changed, 3 insertions, 7 deletions
diff --git a/api/.vscode/api-snippets.code-snippets b/api/.vscode/api-snippets.code-snippets

index 17bde62f..ef4b6386 100644 --- a/api/.vscode/api-snippets.code-snippets +++ b/api/.vscode/api-snippets.code-snippets
@@ -19,11 +19,7 @@ "Route": { "scope": "typescript", "prefix": "route", - "body": [ - "router.get(\"$1\", route({}), (req: Request, res: Response) => {", - "\t$2", - "});" - ], + "body": ["router.get(\"$1\", route({}), (req: Request, res: Response) => {", "\t$2", "});"], "description": "An API endpoint" - }, -} \ No newline at end of file + } +}