summary refs log tree commit diff
path: root/src/api/routes/indexRoute.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/indexRoute.js')
-rw-r--r--src/api/routes/indexRoute.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/api/routes/indexRoute.js b/src/api/routes/indexRoute.js

index 3685893..3b9eaef 100644 --- a/src/api/routes/indexRoute.js +++ b/src/api/routes/indexRoute.js
@@ -1,6 +1,6 @@ export const indexRoute = { - route: "/", - onGet(req, res) { - res.send("What art thou doing here???"); - }, + route: '/', + onGet(req, res) { + res.send('What art thou doing here???'); + } };