Instead of a regex, add a second url pattern
This commit is contained in:
parent
2352e27c3e
commit
1ccf1191cd
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ from __future__ import unicode_literals
|
||||||
from .responses import RDS2Response
|
from .responses import RDS2Response
|
||||||
|
|
||||||
url_bases = [
|
url_bases = [
|
||||||
"https?://rds(.+).amazonaws.com",
|
"https?://rds.(.+).amazonaws.com",
|
||||||
|
"https?://rds.amazonaws.com",
|
||||||
]
|
]
|
||||||
|
|
||||||
url_paths = {
|
url_paths = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue