nitweb: add API user login/logout end points
[nit.git] / src / web / web.nit
index c6a12f0..63571c0 100644 (file)
@@ -15,5 +15,9 @@
 # Components required to build a web server about the nit model.
 module web
 
-import web_actions
-import model_api
+import api_model
+import api_catalog
+import api_graph
+import api_docdown
+import api_metrics
+import api_feedback