change version

This commit is contained in:
Mika 2025-06-15 22:03:36 +02:00
parent 1cf32cfea2
commit c507e6a8b2
2 changed files with 2 additions and 3 deletions

View file

@ -54,7 +54,6 @@ impl From<TransactionError<sea_orm::DbErr>> for ApiError {
#[derive(Serialize, ToSchema)] #[derive(Serialize, ToSchema)]
pub struct MessageResponse { pub struct MessageResponse {
/// Response message
pub message: String, pub message: String,
} }

View file

@ -24,8 +24,8 @@ struct AppConfig {
#[openapi( #[openapi(
info( info(
title = "PGG API", title = "PGG API",
description = "API for the PGG (Paket Verfolgungs Programm) application", description = "API for the PGG (Peer Group Grading) application",
version = "1.0.0", version = "0.0.1-rc1",
), ),
paths( paths(
controller::auth::login, controller::auth::login,