PURECODER_IR Telegram 1037
🔥Backend Frameworks

âś…Vania
class GreetingController extends Controller
{
// GET /api/greeting
Future index() async
{
retuen Response.html('Hello From Vania');
}
}

Route.get('/greeting',GreetingController().index);

âś…Nestjs
@Controller('api')
export class GreetingController {
@Get('greeting')
getGreeting(): string {
return 'Hello from NestJS!';
}
}

âś…Ruby on Rails
class GreetingController < ApplicationController
def greeting
render json: { message: 'Hello from Ruby on Rails!' }
end
end

Rails.application.routes.draw do
get 'api/greeting', to: 'greeting#greeting'
end


@purecoder_ir
❤8👍1



tgoop.com/purecoder_ir/1037
Create:
Last Update:

🔥Backend Frameworks

âś…Vania

class GreetingController extends Controller
{
// GET /api/greeting
Future index() async
{
retuen Response.html('Hello From Vania');
}
}

Route.get('/greeting',GreetingController().index);

âś…Nestjs
@Controller('api')
export class GreetingController {
@Get('greeting')
getGreeting(): string {
return 'Hello from NestJS!';
}
}

âś…Ruby on Rails
class GreetingController < ApplicationController
def greeting
render json: { message: 'Hello from Ruby on Rails!' }
end
end

Rails.application.routes.draw do
get 'api/greeting', to: 'greeting#greeting'
end


@purecoder_ir

BY Pure Coder


Share with your friend now:
tgoop.com/purecoder_ir/1037

View MORE
Open in Telegram


Telegram News

Date: |

During the meeting with TSE Minister Edson Fachin, Perekopsky also mentioned the TSE channel on the platform as one of the firm's key success stories. Launched as part of the company's commitments to tackle the spread of fake news in Brazil, the verified channel has attracted more than 184,000 members in less than a month. During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. With the administration mulling over limiting access to doxxing groups, a prominent Telegram doxxing group apparently went on a "revenge spree." Healing through screaming therapy The Standard Channel
from us


Telegram Pure Coder
FROM American