Start with the search functionality
This commit is contained in:
parent
a5f8ef702f
commit
24adc55a38
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
[clj-http "1.0.0"]
|
||||
[mysql/mysql-connector-java "5.1.25"]
|
||||
[korma "0.3.3"]
|
||||
[clojurewerkz/elastisch "2.1.0-beta7"]
|
||||
[me.raynes/fs "1.4.6"]]
|
||||
:main luduverse.core
|
||||
:plugins [[lein-ring "0.8.10"]]
|
||||
|
@ -19,6 +20,7 @@
|
|||
:init luduverse.handler/init
|
||||
:destroy luduverse.handler/destroy
|
||||
:open-browser? false}
|
||||
:repl-options {:timeout 12000}
|
||||
:aliases {"save-competition-30" ["run" "-m" "luduverse.scraper/save-competition" "30"]}
|
||||
:profiles {:production {:ring {:stacktrace? false}}
|
||||
:dev {:ring {:auto-reload? true
|
||||
|
|
0
src/luduverse/search.clj
Normal file
0
src/luduverse/search.clj
Normal file
Loading…
Reference in a new issue