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)]
|
#[derive(Serialize, ToSchema)]
|
||||||
pub struct MessageResponse {
|
pub struct MessageResponse {
|
||||||
/// Response message
|
|
||||||
pub message: String,
|
pub message: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue