Martin Berg Alstad c1b9273e0c
Deploy with docker-compose (#1)
Deploy using docker-compose and GitHub Actions.

Created a simple get endpoint to check if server is running on /

Updated address from 127.0.0.1 to 0.0.0.0
2024-06-13 14:42:42 +02:00

3 lines
68 B
Rust

pub(crate) mod simplify;
pub(crate) mod table;
pub(crate) mod index;