Skip to content

Commit 8c46cd5

Browse files
committed
Correct API path
1 parent b242dc3 commit 8c46cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/webapps/galaxy/api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__( self, app ):
2626
@expose_api_anonymous
2727
def whoami( self, trans, **kwd ):
2828
"""
29-
GET /api/authenticate/whoami
29+
GET /api/whoami
3030
Return information about the current authenticated user.
3131
3232
:returns: dictionary with user information

0 commit comments

Comments
 (0)