can't find favicon.ico issue in play scala

后端 未结 2 1358
再見小時候
再見小時候 2021-01-25 14:23

I have tested a play 2.3.4 app, and in the console it complains the following:

! @6jg7imio5 - Internal server error, for (GET) [/favicon.ico] ->

play.api.App         


        
2条回答
  •  旧时难觅i
    2021-01-25 14:51

    you should denote the path as controllers.Assets.at(path="/public/images", file="favicon.ico")

提交回复
热议问题