import {Controller, Render, Get, UseBefore, Session} from "routing-controllers"; import { utils } from "../../utils/utils"; import { Service, Inject } from "typedi"; @Service() @Controller() export class ControllerName { }