PURECODER_IR Telegram 1036
🔥Backend Frameworks

âś…Asp.net Core
[Route("api/[controller]")]
[ApiController]
public class GreetingController : ControllerBase
{
// GET api/greeting
[HttpGet]
public IActionResult Get()
{
return Ok("Hello from ASP.NET Core!");
}
}


âś…Laravel
class GreetingController extends Controller
{
// GET /api/greeting
public function index()
{
return response()->json('Hello from Laravel!');
}
}

Route::get('greeting', [GreetingController::class, 'index']);


âś…Spring Boot
@RestController
public class GreetingController {

// GET /api/greeting
@GetMapping("/api/greeting")
public String getGreeting() {
return "Hello from Spring Boot!";
}
}



@purecoder_ir
🔥10❤1👍1



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

🔥Backend Frameworks

âś…Asp.net Core

[Route("api/[controller]")]
[ApiController]
public class GreetingController : ControllerBase
{
// GET api/greeting
[HttpGet]
public IActionResult Get()
{
return Ok("Hello from ASP.NET Core!");
}
}


âś…Laravel
class GreetingController extends Controller
{
// GET /api/greeting
public function index()
{
return response()->json('Hello from Laravel!');
}
}

Route::get('greeting', [GreetingController::class, 'index']);


âś…Spring Boot
@RestController
public class GreetingController {

// GET /api/greeting
@GetMapping("/api/greeting")
public String getGreeting() {
return "Hello from Spring Boot!";
}
}



@purecoder_ir

BY Pure Coder


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

View MORE
Open in Telegram


Telegram News

Date: |

Although some crypto traders have moved toward screaming as a coping mechanism, several mental health experts call this therapy a pseudoscience. The crypto community finds its way to engage in one or the other way and share its feelings with other fellow members. Earlier, crypto enthusiasts had created a self-described “meme app” dubbed “gm” app wherein users would greet each other with “gm” or “good morning” messages. However, in September 2021, the gm app was down after a hacker reportedly gained access to the user data. It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS): Developing social channels based on exchanging a single message isn’t exactly new, of course. Back in 2014, the “Yo” app was launched with the sole purpose of enabling users to send each other the greeting “Yo.” Add up to 50 administrators
from us


Telegram Pure Coder
FROM American