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?