Rename "public" to "static"
This commit is contained in:
parent
01e3911757
commit
74035544e7
8 changed files with 6 additions and 6 deletions
src
|
@ -20,8 +20,8 @@
|
|||
(set-routes app :system :hp :target-dir-path "routes")
|
||||
(install-middleware app *recoverer*)
|
||||
(install-middleware app *trim-trailing-slash*)
|
||||
(static-path app "/img/" "public/img/")
|
||||
(static-path app "/style/" "public/style/")
|
||||
(static-path app "/img/" "static/img/")
|
||||
(static-path app "/style/" "static/style/")
|
||||
(configure app)))
|
||||
|
||||
*app*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue