Files
bigcapital/packages/server/src/modules/App/App.controller.ts
2025-07-02 17:42:17 +02:00

6 lines
139 B
TypeScript

import { Controller, Get } from '@nestjs/common';
import { AppService } from './App.service';
@Controller()
export class AppController {}