nitweb: split APIRouter in modules
[nit.git] / src / web / web_base.nit
index 26bd55e..06a0ff5 100644 (file)
@@ -106,7 +106,7 @@ end
 class APIRouter
        super Router
 
-       # App config.
+       # App config
        var config: NitwebConfig
 end