betacraft/yaag

Not working with Revel

Closed this issue · 3 comments

This is not working with revel. Also where will it store apidoc.html?

Full revel example is now added in examples dir and readme has the sample code.
ApiDoc is generated at the path specified in yaag config while calling yaag.Init

Docpath is not starting from app path and instead starts at root /

If you give a relative path, it will start from the directory in which revel command was run which is usually root folder.