move rest api stuff into xos directory
diff --git a/planetstack/scripts/opencloud b/planetstack/scripts/opencloud
index 893bc16..f26d8d0 100755
--- a/planetstack/scripts/opencloud
+++ b/planetstack/scripts/opencloud
@@ -169,5 +169,5 @@
     genkeys
 fi
 if [ "$COMMAND" = "generateapi" ]; then
-   python apigen/modelgen apigen/api.template.py > genapi.py
+   python apigen/modelgen apigen/api.template.py > xos/xosapi.py
 fi
\ No newline at end of file