removed usage of bottle for handling exceptions for rest api
This commit is contained in:
parent
9b8f2868fd
commit
8d610c99e9
3 changed files with 9 additions and 9 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue