Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 24, 2024
1 parent 15fb1ce commit 8a65b68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws I
type2envelope.put(baseType, envelope);
}
}

resp.getWriter().print("{}");
}

@Override
Expand Down

0 comments on commit 8a65b68

Please sign in to comment.