Compare commits
No commits in common. '738008fd6aa3275ee3cd637a089863cd436a3c5b' and 'bf73203892e2545f81d7c6a5d62739499513cfb2' have entirely different histories.
738008fd6a
...
bf73203892
@ -1,3 +1,2 @@
|
||||
venv
|
||||
demo/__pycache__
|
||||
demo/views/__pycache__
|
||||
|
||||
@ -1 +1 @@
|
||||
from .app import create_app
|
||||
from .app import create_app
|
||||
@ -1,7 +1,6 @@
|
||||
from .views import frontend
|
||||
import aiohttp
|
||||
|
||||
|
||||
def setup_routes(app):
|
||||
app.router.add_routes([aiohttp.web.get('/', frontend.index), aiohttp.web.post('/submit', frontend.button_clicked)])
|
||||
|
||||
@ -1 +1 @@
|
||||
from . import frontend
|
||||
from . import frontend
|
||||
Loading…
Reference in new issue