
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
3 lines
68 B
Rust
3 lines
68 B
Rust
pub(crate) mod simplify;
|
|
pub(crate) mod table;
|
|
pub(crate) mod index; |