Added UserProfile endpoint (also moved stuff around)

This commit is contained in:
2026-04-18 20:11:51 -04:00
parent 22991b6a30
commit 6b73952ee0
15 changed files with 107 additions and 13 deletions

View File

@@ -8,4 +8,8 @@ spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=update
logging.level.org.springframework=INFO
logging.level.com.example=DEBUG
server.port=8080
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