jay
jay

Reputation: 3

spring boot rest api call

IRST_NUMBER = int(input('Enter first Number: '))

Upvotes: 0

Views: 57

Answers (1)

Swarit Agarwal
Swarit Agarwal

Reputation: 2648

Looks error at

//localhost:9090/TicketingSystem/caselogcontroller/saveCaseLog

Provide absolute URI as follows

http://localhost:9090/TicketingSystem/caselogcontroller/saveCaseLog

Upvotes: 1

Related Questions