1

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?

Nav
  • 19,885
  • 27
  • 92
  • 135
  • Hi, yes `connection.yml` is read-only by default. I am not exactly sure why Adrian choose that design. I suggest you ask him directly on Genie Discord: https://discord.gg/9zyZbD6J7H – abhimanyuaryan Aug 28 '22 at 04:31

1 Answers1

0

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.

Nav
  • 19,885
  • 27
  • 92
  • 135