master updates #41

Manually merged
alex_orid merged 177 commits from master into github-master 2021-05-13 21:11:10 +00:00
Showing only changes of commit d55b3062e8 - Show all commits

View File

@ -14,6 +14,7 @@ def is_command(command:str)->bool:
else:
return False
@api.route('/api/v1/exec', methods=['GET'])
def handle_command(command, rest):
if command == "!echo":
message = "Got payload [%s]" % rest