Skip to content

Commit

Permalink
refactor: return http server on getHttp instead of app express
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Dec 3, 2024
1 parent 98985e8 commit e6646de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter-express/micro-api/application-express-micro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { IMiddleware, interfaces, Logger, Middleware } from "@expressots/core";
import { config, Env, IConsoleMessage } from "@expressots/shared";
import express from "express";
import fs from "fs";
import { Server } from "http";
import { MiddlewareConfig } from "../application-express.types";
import { IIOC, IOC } from "./application-express-micro-container";
import { IRoute, Route } from "./application-express-micro-route";
import { Server } from "http";

/**
* Configuration options for the Express Micro API adapter
Expand Down

0 comments on commit e6646de

Please sign in to comment.