Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit fec1289

Browse files
committed
Add more comments about ajax.py
1 parent 096a79a commit fec1289

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

controllers/ajax.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# *************************
22
# |docname| - Runestone API
33
# *************************
4-
# This module implements the API that the Runestone Components use to communicate with a Runestone Server.
54
# **Most of this file is Deprecated**
5+
# **Most of the endpoints in this file are no longer used. See BookServer **
66
# **Do not** make any changes to the following functions. They will be removed in an upcoming release.
7+
# This module implements the API that the Runestone Components use to communicate with a Runestone Server.
8+
# If you are trying to debug some browser to server API stuff you almost certainly
9+
# want to check the BookServer not here.
710
# def compareAndUpdateCookieData(sid: str):
811
# def hsblog():
912
# def runlog():

0 commit comments

Comments
 (0)