Added auth route (temp api key route)

This commit is contained in:
2024-12-19 19:54:05 -05:00
parent 4840c7c001
commit a97505ea5e
15 changed files with 288 additions and 137 deletions

View File

@@ -160,4 +160,4 @@ impl Condition {
Condition::Group(a) => format!("({})", a.to_sql()),
}
}
}
}