tsk-69: Removed constant

This commit is contained in:
2025-10-22 11:16:28 -04:00
parent 146055eca2
commit 07932f71da

View File

@@ -59,10 +59,6 @@ pub mod endpoint {
use super::request;
use super::response;
// TODO: At some point, get the username from the DB
// Name of service username when returning a login result
pub const SERVICE_USERNAME: &str = "service";
async fn not_found(message: &str) -> (StatusCode, Json<response::Response>) {
(
StatusCode::NOT_FOUND,