Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikf02 committed Aug 12, 2024
1 parent ac4213b commit 593154a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/aashub/api/handler/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (h *VerificationHandler) VerifyUser(w http.ResponseWriter, r *http.Request)
// @Failure 400 {object} map[string]string "Missing required field(s) or bad request"
// @Failure 404 {object} map[string]string "User not found"
// @Failure 500 {object} map[string]string "Internal Server Error"
// @Router /login [post]
// @Router /users/login [post]
func (h *UserHandler) LoginUser(w http.ResponseWriter, r *http.Request) {
// Parse form data
err := r.ParseMultipartForm(32 << 20)
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
container_name: mariadb
environment:
MYSQL_ROOT_PASSWORD: rootpassword
MYSQL_DATABASE: moviesdb
MYSQL_DATABASE: aashub
MYSQL_USER: user
MYSQL_PASSWORD: password
volumes:
Expand Down

0 comments on commit 593154a

Please sign in to comment.