mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add API endpoint for retrieving config.json (without any secure access details)
This commit is contained in:
@@ -1 +1,6 @@
|
||||
pub mod garage;
|
||||
pub mod config;
|
||||
|
||||
pub fn init(config: &dyn oj_rc_core::ConfigProvider<()>) {
|
||||
config::init(config);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user