I'm creating an MVC app, following the tutorial. I noticed that the routes.jl
file is a read-only file. Why is that so? Shouldn't it be writable, because we need to change it by adding more routes?
The same question applies to files like connection.yml
etc. Why are they read only?
The reply I received from the community is that it is not meant to be read only. It becoming read only, is a bug which was supposed to have been fixed earlier.