Not working with Revel
Closed this issue · 3 comments
Fyb3roptik commented
This is not working with revel. Also where will it store apidoc.html?
aniketawati commented
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
Fyb3roptik commented
Docpath is not starting from app path and instead starts at root /
aniketawati commented
If you give a relative path, it will start from the directory in which revel command was run which is usually root folder.