-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as of 0.4.0 baseweb no longer blindly responds with the main app. app specific routes must be explicitly registered as routes use server.register_app_route or pass the same optional arguments to server.register_component
- Loading branch information
1 parent
9cfe254
commit 2582b56
Showing
4 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,6 @@ python-engineio | |
python-socketio | ||
dotmap | ||
pyfiglet | ||
python-slugify | ||
tabulate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ | |
"python-socketio", | ||
"dotmap", | ||
"pyfiglet", | ||
"python-slugify", | ||
"tabulate", | ||
|
||
] | ||
ENTRY_POINTS = { | ||
|