Skip to content

Commit 53975bc

Browse files
committed
/api/gpslogger endpoint should not required geopulse auth
1 parent 9f0f506 commit 53975bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ quarkus.http.auth.permission.public.paths=/api/auth/*,\
5959
/api/users/register,\
6060
/api/owntracks,\
6161
/api/overland,\
62+
/api/gpslogger,\
6263
/api/dawarich/*,\
6364
/api/homeassistant/*,\
6465
/api/shared/*,\

0 commit comments

Comments
 (0)