Revision b4b82ec4 snf-astakos-app/astakos/im/urls.py

b/snf-astakos-app/astakos/im/urls.py
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
1
# Copyright 2011, 2012, 2013 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
184 184
    'astakos.im.views',
185 185
    url(r'^get_menu/?$', 'get_menu'),
186 186
    url(r'^get_services/?$', 'get_services'))
187

  
188
urlpatterns += patterns(
189
    'astakos.api.user',
190
    url(r'^authenticate/?$', 'authenticate'))

Also available in: Unified diff