Change route name from 'puzzle' to 'puzzles'
This commit is contained in:
parent
89bf52624f
commit
2c797b393e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class PuzzleList implements Response{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Pattern getPattern(){
|
public Pattern getPattern(){
|
||||||
return Pattern.compile("^\\/puzzle\\/?$");
|
return Pattern.compile("^\\/puzzles\\/?$");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue