Commit 3745e914 authored by Mohandu anil's avatar Mohandu anil

manil@nisum.com:: EPE-001 :: PromotionEngine :: added resource end point for $ off

parent 32bc37b2
package com.nisum.epe.demo.resource;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.xml.ws.Response;
@RestController
public class PromotionEngineResource {
@GetMapping("pe/apply/dollar/off/benefit")
public String applyPromotions() {
return "dollar off promtions applied";
}
}
\ No newline at end of file
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