init db with migration, create users table
This commit is contained in:
@@ -5,7 +5,7 @@ import { AppService } from './app.service';
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
@Get()
|
||||
@Get('hello')
|
||||
getHello(): string {
|
||||
return this.appService.getHello();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user