cleanup and env example

This commit is contained in:
2026-06-29 00:32:41 -05:00
parent 29f0d38787
commit deddb7e113
7 changed files with 11 additions and 8 deletions
-1
View File
@@ -5,7 +5,6 @@ import { blocksRouter } from './routes/blocks.ts';
import { imagesRouter } from './routes/images.ts';
import { authRouter } from './routes/auth.ts';
import { usersRouter } from './routes/users.ts';
import { auth } from './middleware/auth.ts';
const app = express();
app.use(express.json());