Skip to content

Commit

Permalink
Style: package hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-0x29a committed Sep 20, 2024
1 parent fd6f790 commit 4775cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import type { Express } from 'express'
require("express-async-errors");
import cors from 'cors'
import bodyParser from 'body-parser'
import { controllers } from '../controllers';
import { HandlerException } from './handlerException'
import { EnvironmentService } from '../services';
import { EnvironmentVars } from '../interfaces';
import { controllers } from '../controllers';

class WebCore extends EnvironmentService {
public readonly app: Express = express()
Expand Down

0 comments on commit 4775cb7

Please sign in to comment.