diff options
author | Taka Cho <takamune.cho@att.com> | 2019-05-14 17:37:24 -0400 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-15 13:37:58 -0700 |
commit | 1b147c2600face751f5cfe1f106d56e9558a5eff (patch) | |
tree | 9a8396947545062ed660c7c4322ed7d14c75e73d /protractor.conf.js | |
parent | 163d9fede8614e721a8b754a556ab0443f546430 (diff) |
add node.js api server for CDT
/api call need node.js api server
to fix when clicking the Synchronize
Definition Parameter.
Change-Id: I4a3fd1ba045ed41fb2fdfec3b8f0364cd6ec05f5
Issue-ID: APPC-1600
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'protractor.conf.js')
-rw-r--r-- | protractor.conf.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protractor.conf.js b/protractor.conf.js index efb1afa..e408810 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -17,7 +17,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ */ // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts |