Skip to content

Commit

Permalink
Change backend keyword from "display-text" to "summary".
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Ibrahim137 committed Jan 15, 2023
1 parent abe98b2 commit d16df38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dummy_backend/dummy_backend.py
Expand Up @@ -4,14 +4,14 @@

DUMMY_FILES = dict({
"File1": {
"display-text": "Display text of file 1"
"summary": "Summary text of file 1"
},
"File2": {
"display-text": "Display text of file 2"
"summary": "Summary text of file 2"
},
"File3": {
"display-text": "Display text of file 3"
},
"summary": "Summary text of file 3"
}
})

@app.route("/api/files")
Expand Down

0 comments on commit d16df38

Please sign in to comment.