Instead of a regex, add a second url pattern
This commit is contained in:
parent
2352e27c3e
commit
1ccf1191cd
@ -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…
Reference in New Issue
Block a user