mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Rename email.rs to username.rs for auth server
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
mod debug;
|
||||
mod email;
|
||||
mod username;
|
||||
mod steam;
|
||||
|
||||
pub fn stage() -> rocket::fairing::AdHoc {
|
||||
rocket::fairing::AdHoc::on_ignite("robocraft", |rocket| async {
|
||||
rocket.attach(email::stage())
|
||||
rocket.attach(username::stage())
|
||||
.attach(steam::stage())
|
||||
.attach(debug::stage())
|
||||
.register("/", rocket::catchers![unauthorized])
|
||||
|
||||
Reference in New Issue
Block a user