removed usage of bottle for handling exceptions for rest api

This commit is contained in:
bharnden 2018-10-16 09:42:43 -07:00
parent 9b8f2868fd
commit 8d610c99e9
3 changed files with 9 additions and 9 deletions

10
.gitignore vendored
View file

@ -8,6 +8,7 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache
/config
config.h
config.h.in
config.log
@ -16,8 +17,11 @@ configure
debian
stamp-h1
# python build directory
# python
dist
*.egg-info
.cache
*.pyc
# intellij
*.iml
@ -30,16 +34,12 @@ dist
coverage.xml
# python files
*.egg-info
# ignore package files
*.rpm
*.deb
*.tar.gz
# pytest cache files
.cache
# ignore swap files
*.swp