Skip to content

Commit

Permalink
fix: incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Feb 2, 2024
1 parent 919c3a3 commit 09a8bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/middleware/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var paths = []string{
"/api/v1/auth/login",
"/api/v1/auth/refresh",
"/api/v1/users",
"/api/v1/users/",
"/api/v1/auth/logout",
}

Expand Down

0 comments on commit 09a8bd1

Please sign in to comment.