]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.jsx
Track server change renaming "judging" to "judged"
[lmno.games] / empathy / empathy.jsx
index 1a9ad80ceb7298d0c7e341ccddce680b1a80870d..c4aafde512166824ab87651015b2dd8fccc5e01e 100644 (file)
@@ -401,7 +401,7 @@ class Ambiguities extends React.PureComponent {
 
   async handle_submit() {
     const response = await fetch_post_json(
-      `judging/${this.props.prompt.id}`,{
+      `judged/${this.props.prompt.id}`,{
         word_groups: this.state.word_sets.map(set => Array.from(set))
       }
     );