mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 17:05:40 +02:00
first commit
This commit is contained in:
commit
232d8b37d6
36 changed files with 11302 additions and 0 deletions
7
src/app.controller.ts
Normal file
7
src/app.controller.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { Controller, Get } from '@nestjs/common';
|
||||
import { AppService } from './app.service';
|
||||
|
||||
@Controller()
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue