mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
added ci
This commit is contained in:
parent
2ce50323a6
commit
b522eebc1b
@ -1,4 +1,4 @@
|
||||
import { Controller, Get, Redirect } from '@nestjs/common';
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { AppService } from './app.service';
|
||||
|
||||
@Controller()
|
||||
@ -6,7 +6,6 @@ export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
@Get()
|
||||
@Redirect('https://paypal.com')
|
||||
getHello(): string {
|
||||
return 'Hello';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user