From 78d95cc34a419c7b01c68cf162f8ec65e4c70280 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 24 Aug 2011 10:47:05 +0200 Subject: fix: have toxcreate/model/[n] uris in A&A --- aa-local.yaml | 2 +- aa-server.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aa-local.yaml b/aa-local.yaml index 723d50a..260c72e 100644 --- a/aa-local.yaml +++ b/aa-local.yaml @@ -23,7 +23,7 @@ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST - : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ + : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate\/[a-z,A-Z,\/,_\-]*$/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - !ruby/regexp /sign_(in|out)$/ diff --git a/aa-server.yaml b/aa-server.yaml index 723d50a..260c72e 100644 --- a/aa-server.yaml +++ b/aa-server.yaml @@ -23,7 +23,7 @@ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST - : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ + : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate\/[a-z,A-Z,\/,_\-]*$/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - !ruby/regexp /sign_(in|out)$/ -- cgit v1.2.3