setup file sync

This commit is contained in:
Usman Nasir
2021-04-02 01:14:30 +05:00
parent 56de7ec511
commit a8e75d83cd
4 changed files with 171 additions and 87 deletions

View File

@@ -52,6 +52,8 @@ def router(request):
return cm.FetchMasterBootStrapStatus()
elif controller == 'FetchChildBootStrapStatus':
return cm.FetchChildBootStrapStatus()
elif controller == 'CreatePendingVirtualHosts':
return cm.CreatePendingVirtualHosts()
elif controller == 'BootMaster':
return cm.BootMaster()
elif controller == 'BootChild':