mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import { Controller, Get } from '@nestjs/common';
|
|
import { AppService } from './App.service';
|
|
|
|
@Controller()
|
|
export class AppController {}
|