Commit 5ba4ee93 authored by Sumaiyya Burney's avatar Sumaiyya Burney

Update src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java

parent 98c6a2e0
......@@ -2,7 +2,7 @@ package com.nisum.cicd.training.springbootrefapp.controller;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.@RequestParam;
import org.springframework.web.bind.annotation.RequestParam;
@RestController
public class HelloController {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment