mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 11:23:02 +00:00
da99b8b034
* add simple health endpoint * add curl and healthcheck to dockerfile * convert to view * add simple test * Add unhealthy test * Cleanup * check for LD_SERVER_PORT env var in healthcheck def * Revert changes to middlewares.py Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
4 lines
98 B
Python
4 lines
98 B
Python
from .bookmarks import *
|
|
from .settings import *
|
|
from .toasts import *
|
|
from .health import health
|