forked from openlp/openlp
stage now working again
This commit is contained in:
parent
3d602d41b3
commit
22f85538cc
@ -53,3 +53,6 @@ class Endpoint(object):
|
|||||||
self.add_url_route(rule, func, method, secure)
|
self.add_url_route(rule, func, method, secure)
|
||||||
return func
|
return func
|
||||||
return decorator
|
return decorator
|
||||||
|
|
||||||
|
from .controller import controller_endpoint
|
||||||
|
from .core import stage_endpoint
|
@ -24,7 +24,8 @@ import os
|
|||||||
import urllib.request
|
import urllib.request
|
||||||
import urllib.error
|
import urllib.error
|
||||||
|
|
||||||
from openlp.core.api import Endpoint, register_endpoint
|
from openlp.core.api.http.endpoint import Endpoint
|
||||||
|
from openlp.core.api.http import register_endpoint
|
||||||
from openlp.core.common import Registry, AppLocation, Settings
|
from openlp.core.common import Registry, AppLocation, Settings
|
||||||
from openlp.core.lib import ItemCapabilities, create_thumb
|
from openlp.core.lib import ItemCapabilities, create_thumb
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from openlp.core.api import Endpoint, register_endpoint
|
from openlp.core.api.http.endpoint import Endpoint
|
||||||
|
from openlp.core.api.http import register_endpoint
|
||||||
from openlp.core.common import AppLocation, UiStrings, translate
|
from openlp.core.common import AppLocation, UiStrings, translate
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user