Confirmed users
358
edits
No edit summary |
No edit summary |
||
Line 71: | Line 71: | ||
from services.baseapp import set_app, SyncServerApp | from services.baseapp import set_app, SyncServerApp | ||
from services.whoauth import WhoAuthentication | from services.whoauth import WhoAuthentication | ||
# ...define urls and controllers here... | # ...define urls and controllers here... | ||
make_app = set_app(urls, controllers, | make_app = set_app(urls, controllers, | ||
klass=MyCustomServerApp, | klass=MyCustomServerApp, |