Skip to content

Commit c197cb3

Browse files
authoredFeb 25, 2024··
Create Admin API Endpoint (#10)
* initial admin endpoint * linting * clippy * in progress refactor of relayctl * lint * get reqwest client in relayctl * lint * register default admin * lint * na_data_relay working * lint + clippy * tests passing * increase start time
1 parent f6b05c9 commit c197cb3

File tree

97 files changed

+3776
-3121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+3776
-3121
lines changed
 

‎Cargo.lock

+44-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tokio-stream = {version="0.1.14", features=["io-util"]}
3636
bytes = "1.5.0"
3737
tracing-subscriber = "0.3.18"
3838
tracing = "0.1.40"
39+
reqwest = {version="0.11.22", features=["json", "rustls-tls"], default-features=false}
3940

4041
[profile.release]
4142
codegen-units = 1

0 commit comments

Comments
 (0)
Please sign in to comment.