Skip to content

Having a Public Page

Mathias Quintero edited this page Mar 18, 2016 · 2 revisions

Having a public page

One of the great things about Aeolus is that it allows you to create an API and at the same time serve your own webpage!

Aeolus will by default make anything inside the "/www" folder public. So basically every single document inside the "/www" folder will have it's own url.

You can obviously change the path of the folder with the function:

Aeolus.www('/path/to/new/folder');
Clone this wiki locally