ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
39 stars 4 forks source link

Mark `readFile` Private #15

Closed ItzNotABug closed 4 months ago

ItzNotABug commented 4 months ago

Read the files on client side yourself. This is because of multiple directories that can be now a static directory to serve content and the readFile only read contents from the views directory.

Base branch is : make fields private.