Adding server mode
This commit is contained in:
parent
c6f5afff75
commit
a728b2581a
31 changed files with 489 additions and 66 deletions
|
|
@ -1,5 +1,10 @@
|
|||
from .responses import EC2Response
|
||||
|
||||
urls = {
|
||||
"https?://ec2.us-east-1.amazonaws.com/": EC2Response().dispatch,
|
||||
|
||||
url_bases = [
|
||||
"https?://ec2.us-east-1.amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/': EC2Response().dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue