dawarich/app/controllers/api/v1
sunstep 6d05065659
Convert the headers to string
It seems like all HTTP headers are string, while other types may work, its more safe to convert the types to strings to ensure no trouble is caused by non string types. Even if it does work, at least now the types are consistent, as headers are being put as string and they are also retrieved as string.
2024-09-15 12:07:46 +02:00
..
overland Add places page 2024-08-25 20:19:02 +02:00
owntracks Add places page 2024-08-25 20:19:02 +02:00
areas_controller.rb Add places page 2024-08-25 20:19:02 +02:00
health_controller.rb Add health check endpoint 2024-09-05 21:16:40 +02:00
points_controller.rb Convert the headers to string 2024-09-15 12:07:46 +02:00
settings_controller.rb Move map settings to the map itself 2024-08-28 20:24:35 +02:00
stats_controller.rb Add places page 2024-08-25 20:19:02 +02:00
visits_controller.rb Add places page 2024-08-25 20:19:02 +02:00