fix(routes): add unimplemented error message to space route

This commit is contained in:
zyachel 2023-01-07 23:00:36 +05:30
parent e35f4c699a
commit 8820f36af8
4 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
////////////////////////////////////////////////////////
// IMPORTS
////////////////////////////////////////////////////////
// eslint-disable-next-line no-unused-vars
import dotenv from 'dotenv/config'; // importing .env vars
import app from './app.js';
import log from './utils/log.js';