Skip to content

Commit

Permalink
Rename LogPayload to TaskHandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Dec 19, 2017
1 parent f0d5a95 commit 4e4d030
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
import javax.servlet.http.HttpServletResponse;


@WebServlet(value = "/log_payload")
@WebServlet(value = "/example_task_handler")
@SuppressWarnings("serial")
public class LogPayloadServlet extends HttpServlet {
public class TaskHandlerServlet extends HttpServlet {

@Override
public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException {
Expand Down

0 comments on commit 4e4d030

Please sign in to comment.