mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
small changes
This commit is contained in:
parent
f415f6750a
commit
b224191a55
4 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
import express, { Request, Response } from "express";
|
||||
import next from "next";
|
||||
import { parse } from "url";
|
||||
import environment from "./environment";
|
||||
import logger from "@/server/logger";
|
||||
import environment from "@server/environment";
|
||||
import logger from "@server/logger";
|
||||
import helmet from "helmet";
|
||||
import cors from "cors";
|
||||
import unauth from "@server/routers/unauth";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue