From e9c106358e87d37a3592a980fc000aa9caea5bf4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 13 Nov 2015 17:27:30 +0100 Subject: Change application URL to open/gaol/v1. --- tools/compileconfig.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/compileconfig.py') diff --git a/tools/compileconfig.py b/tools/compileconfig.py index b7092f9..df43365 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -147,13 +147,13 @@ def allowed_clients_mergesecondary(primarymergenode): def allowed_clients_public(): noauth = Symbol("noauth") return [ - ("/ct/v1/add-blob", noauth), - ("/ct/v1/get-sth", noauth), - ("/ct/v1/get-sth-consistency", noauth), - ("/ct/v1/get-proof-by-hash", noauth), - ("/ct/v1/get-entries", noauth), - ("/ct/v1/get-entry-and-proof", noauth), - ("/ct/v1/get-roots", noauth), + ("/open/gaol/v1/add-blob", noauth), + ("/open/gaol/v1/get-sth", noauth), + ("/open/gaol/v1/get-sth-consistency", noauth), + ("/open/gaol/v1/get-proof-by-hash", noauth), + ("/open/gaol/v1/get-entries", noauth), + ("/open/gaol/v1/get-entry-and-proof", noauth), + ("/open/gaol/v1/get-roots", noauth), ] def allowed_clients_signing(frontendnodenames, primarymergenode): -- cgit v1.1