Update src/server/main.ts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-02-25 16:11:34 +01:00
parent e0ec2c0f46
commit 1df6f14f1a

View File

@ -5,7 +5,7 @@ import fastify_view from '@fastify/view';
import pug from 'pug'
import { join as pathJoin } from "path";
import api from "./router/api"
import api from "./api"
const server = fastify(); //{ logger: true });