Skip to content

Commit

Permalink
Fix API reference page 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed May 8, 2024
1 parent 60e01f3 commit b055c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uber/site_sections/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def index(self, session, show_revoked=False, message='', **params):
}

def reference(self, session):
from uber.server import jsonrpc_services as jsonrpc
from uber.api import jsonrpc_services as jsonrpc
newlines = re.compile(r'(^|[^\n])\n([^\n]|$)')
admin_account = session.current_admin_account()
services = []
Expand Down

0 comments on commit b055c9a

Please sign in to comment.