Why is Genie routes.jl read only?

90 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.