Skip to content

Commit 5c97f2a

Browse files
authored
Add test commit comment in routes.py
Added a test commit comment in the routes.py file.
1 parent 71ea2c0 commit 5c97f2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nbgitpuller_jl_interface/routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from jupyter_server.utils import url_path_join
77
import tornado
88

9+
# Test commit
10+
911
class HelloRouteHandler(APIHandler):
1012
# The following decorator should be present on all verb methods (head, get, post,
1113
# patch, put, delete, options) to ensure only authorized user can request the

0 commit comments

Comments
 (0)