-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added route for deleting slide from file system (#25)
* Added route for deleting slide * removed incorrect comment * Secured delete slide route * Removed auth checker from SlideLoader * removed globals for auth checker Co-Authored-By: Ryan Birmingham <[email protected]> * Fixed typo Co-Authored-By: Ryan Birmingham <[email protected]> Co-authored-by: Ryan Birmingham <[email protected]>
- Loading branch information
1 parent
4623d7d
commit 4e25bd8
Showing
3 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ openslide-python | |
flask | ||
Werkzeug | ||
flask-cors | ||
requests | ||
requests |