Commit 0104bca0 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Minor changes in messages, same uri for NB and SB API

parent 250dbbc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
#!/bin/bash
#!/bin/bash


if [ $# -ne 1 ]; then
if [ $# -ne 1 ]; then
    echo "Usage: $0 <your_username>"
    echo "Usage: $0 <Username provided by organizers>"
    exit 1
    exit 1
fi
fi


+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ northbound:
      description: Example API for demonstration
      description: Example API for demonstration
      version: 1.0.0
      version: 1.0.0
    paths:
    paths:
      /greet:
      /hello:
        get:
        get:
          summary: Say hello
          summary: Say hello
          description: Returns a greeting message.
          description: Returns a greeting message.
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,6 +6,6 @@ southbound:
  credentials:
  credentials:
    jwt: "example-token"
    jwt: "example-token"
  paths:
  paths:
    - northbound_path: "/greet"
    - northbound_path: "/hello"
      southbound_path: "/hello"
      southbound_path: "/hello"
      method: GET
      method: GET
+1 −1
Original line number Original line Diff line number Diff line
#!/bin/bash
#!/bin/bash


if [ $# -ne 1 ]; then
if [ $# -ne 1 ]; then
    echo "Usage: $0 <your_username>"
    echo "Usage: $0 <Username provided by organizers>"
    exit 1
    exit 1
fi
fi


+1 −1
Original line number Original line Diff line number Diff line
#!/bin/bash
#!/bin/bash


if [ $# -ne 1 ]; then
if [ $# -ne 1 ]; then
    echo "Usage: $0 <your_username>"
    echo "Usage: $0 <Username provided by organizers>"
    exit 1
    exit 1
fi
fi