Skip to content
Snippets Groups Projects
Commit a824e9d9 authored by Jonathan Villemaire-Krajden's avatar Jonathan Villemaire-Krajden
Browse files

Make urls more uniform. Bump version.

parent a8d395fb
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class AccessTokenHandler(HubAuthenticated, RequestHandler):
def main():
prefix = os.environ.get('JUPYTERHUB_SERVICE_PREFIX', '')
app = Application([
(prefix + 'oauth_token', AccessTokenHandler),
(prefix + 'access-token', AccessTokenHandler),
])
app.listen(8528)
tornado.ioloop.IOLoop.current().start()
......@@ -7,7 +7,7 @@ requirements = ['jupyterhub>=1.0']
setup(
name='jupyterhub-access-token-service',
version='0.1.0-dev',
version='0.1.0',
description='Jupyterhub Access Token Service',
long_description=long_description,
author= "Jonathan Villemaire-Krajden, EPFL",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment