diff options
author | 2018-07-20 02:47:26 +0800 | |
---|---|---|
committer | 2018-08-30 18:55:59 +0800 | |
commit | 3bb103e53c2ca0c187b789fda84a7eb17a89c3f3 (patch) | |
tree | 3e66298d499b2f71453e8f0aaa2574b8df7021b1 /testing-scheduler/server/src/rest/__init__.py | |
parent | ad12a6561be8c67f6da09c38c4e1c0e88eb9a6de (diff) |
provide REST api for frontend of testing-scheduler
JIRA: BOTTLENECK-235
the REST api code in backend part.
Change-Id: I1f53ed5f0f87e6908ff4fd27f752ec2c185dc9be
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
Diffstat (limited to 'testing-scheduler/server/src/rest/__init__.py')
-rw-r--r-- | testing-scheduler/server/src/rest/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing-scheduler/server/src/rest/__init__.py b/testing-scheduler/server/src/rest/__init__.py new file mode 100644 index 00000000..b5139031 --- /dev/null +++ b/testing-scheduler/server/src/rest/__init__.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python
+
+##############################################################################
+# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
|