Problem with Genie newapp_mvc()

hi, I’m trying to replicate from: GitHub - essenciary/genie-watch-tonight , but I’m getting this:

julia> Genie.newapp_mvc("Watch tonight")
ERROR: UndefVarError: newapp_mvc not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ REPL[13]:1
1 Like

Hello,
It seems the newapp* functions have been moved in the new Genie version.

They are now under Genie.Generator

1 Like