From 1e97f75924ee2498ade2fb71142be7e4bcb6405d Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 18 Apr 2026 20:13:15 -0400 Subject: [PATCH] Shorten swagger shortcut `/swag` --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 47150d7..6b6a321 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -12,4 +12,4 @@ server.port=8080 springdoc.api-docs.enabled=true springdoc.api-docs.path=/v3/api-docs springdoc.swagger-ui.enabled=true -springdoc.swagger-ui.path=/swagger \ No newline at end of file +springdoc.swagger-ui.path=/swag \ No newline at end of file