예제 #1
0
파일: Web.py 프로젝트: stianstr/autodeploy
def merge(server, branch):
    result = Api.merge(branch, server, currentUser)
    return json.dumps(result)