Unverified Commit 9ed26ced authored by Daniel's avatar Daniel Committed by GitHub

Added a trailing slash to `popular_tables` and `tags` APIs (#78)

parent b70ff373
......@@ -22,8 +22,8 @@ metadata_blueprint = Blueprint('metadata', __name__, url_prefix='/api/metadata/v
TABLE_ENDPOINT = '/table'
LAST_INDEXED_ENDPOINT = '/latest_updated_ts'
POPULAR_TABLES_ENDPOINT = '/popular_tables'
TAGS_ENDPOINT = '/tags'
POPULAR_TABLES_ENDPOINT = '/popular_tables/'
TAGS_ENDPOINT = '/tags/'
def _get_table_endpoint() -> str:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment