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