index
:
lingo
this commit
main
Discord bot that generates LINGO puzzles
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rails
/
config
/
routes.rb
blob: 4607c6dca3d99037324f73a46ca02e6c3f23851c (
plain
) (
blame
)
1
2
3
4
Lingo
::
Engine
.
routes
.
draw
do
root
to
:
"scores#index"
post
"/update"
,
to
:
"scores#update"
end