Skip to content

Commit 5ee82d5

Browse files
committed
Fix rust
1 parent 8a7bd32 commit 5ee82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cymbl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def dox_get_resource(path): # pragma: no cover
5252

5353
@app.route('/rust', defaults={'path': ''})
5454
@app.route('/rust/<path:path>')
55-
def dox_get_resource(path): # pragma: no cover
55+
def rust_get_resource(path): # pragma: no cover
5656
mimetypes = {
5757
".css": "text/css",
5858
".html": "text/html",

0 commit comments

Comments
 (0)