backend base
This commit is contained in:
6
backend/dist/app.controller.d.ts
vendored
Executable file
6
backend/dist/app.controller.d.ts
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
import { AppService } from './app.service';
|
||||
export declare class AppController {
|
||||
private readonly appService;
|
||||
constructor(appService: AppService);
|
||||
getHello(): string;
|
||||
}
|
Reference in New Issue
Block a user