1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 14:46:01 +02:00

Add /status route

Currently this only prints the API version.
This commit is contained in:
2020-12-22 11:30:09 +02:00
parent a9d2a6d9be
commit 4b1398c67f
3 changed files with 21 additions and 0 deletions

View File

@ -9,4 +9,6 @@ DATABASE_PASS = os.environ.get("DATABASE_PASS", "dspacestatistics")
DATABASE_HOST = os.environ.get("DATABASE_HOST", "localhost")
DATABASE_PORT = os.environ.get("DATABASE_PORT", "5432")
VERSION = "1.4.0-dev"
# vim: set sw=4 ts=4 expandtab: