change version
This commit is contained in:
parent
1cf32cfea2
commit
c507e6a8b2
2 changed files with 2 additions and 3 deletions
|
@ -54,7 +54,6 @@ impl From<TransactionError<sea_orm::DbErr>> for ApiError {
|
|||
|
||||
#[derive(Serialize, ToSchema)]
|
||||
pub struct MessageResponse {
|
||||
/// Response message
|
||||
pub message: String,
|
||||
}
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ struct AppConfig {
|
|||
#[openapi(
|
||||
info(
|
||||
title = "PGG API",
|
||||
description = "API for the PGG (Paket Verfolgungs Programm) application",
|
||||
version = "1.0.0",
|
||||
description = "API for the PGG (Peer Group Grading) application",
|
||||
version = "0.0.1-rc1",
|
||||
),
|
||||
paths(
|
||||
controller::auth::login,
|
||||
|
|
Loading…
Add table
Reference in a new issue