Typo in comments (#970)

This commit is contained in:
Xavier Guimard 2017-01-23 19:31:57 +00:00
parent be60bfb378
commit 2e5882b27e

View File

@ -7,7 +7,7 @@
# * GET /sessions/<type>/<session-id>/[k1,k2] : get some session key value
# * POST /sessions/<type> : create a session
# * PUT /sessions/<type>/<session-id> : update some keys
# * DELETE /adminSessions/<type>/<session-id> : delete a session
# * DELETE /sessions/<type>/<session-id> : delete a session
#
# - Sessions for connected users (if restSessionServer is on):
# * GET /mysession/<type> : get session datas