Skip to content

Commit

Permalink
Merge pull request #1689 from google/issue_1688
Browse files Browse the repository at this point in the history
fix #1688 turn off experiment creation (turning down free service)
  • Loading branch information
BobEvans authored Dec 14, 2023
2 parents ba08094 + 9e4f302 commit 6bba92b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws S
selectedExperimentsParam)));
}
} else {
readExperimentDefinitions(req, resp);
//readExperimentDefinitions(req, resp);
resp.getWriter().println(ExperimentJsonUploadProcessor.toJson(createErrorOutcome("No longer accepting new or edited experiments")));
}
}
}
Expand Down

0 comments on commit 6bba92b

Please sign in to comment.