ghostfolio/apps/api/src/app/app.controller.ts
Thomas Kaul 557e3a0676
Feature/migrate historical market data gathering to queue design pattern (#991)
* Migrate historical market data gathering to queue

* Filter and delete jobs

* Detect duplicate jobs

* Update changelog
2022-06-11 13:40:15 +02:00

7 lines
117 B
TypeScript

import { Controller } from '@nestjs/common';
@Controller()
export class AppController {
public constructor() {}
}