aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/StaticController.js
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-08-04 17:44:54 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-04 15:57:58 +0000
commit13f6d34cefb3bc5e3ba65a959304d4465f0ee92a (patch)
tree7739098f6f25140fa96877e2d05f98b5929f90f2 /app/Controllers/Http/StaticController.js
parentBump tar from 4.4.10 to 4.4.15 (diff)
downloadferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.tar.gz
ferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.tar.zst
ferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.zip
chore: improve dev setup
- upgrade uuid, eslint, husky - improve .eslintrc.js and correct lint script - update uuid imports to conform to v8 - add .prettierrc.js for consistent formatting - file changes due to lint --fix
Diffstat (limited to 'app/Controllers/Http/StaticController.js')
-rw-r--r--app/Controllers/Http/StaticController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js
index 114e369..4e604df 100644
--- a/app/Controllers/Http/StaticController.js
+++ b/app/Controllers/Http/StaticController.js
@@ -1,4 +1,3 @@
1
2/** 1/**
3 * Controller for routes with static responses 2 * Controller for routes with static responses
4 */ 3 */