Persoenliche Mediazentrale
undisclosed
2023-01-11 5bf530d39a7e06bdd982a5c2495ff9a04fd83da4
src/de/uhilger/tango/api/AbstractHandler.java
@@ -130,7 +130,7 @@
    return "nicht unterstuetzt";
  }
  protected String post(HttpExchange e) {
  protected String post(HttpExchange e) throws IOException {
    setReturnCode(RTC_NOT_FOUND);
    return "nicht unterstuetzt";
  }