RewriteEngine On

# Rewrite rules
RewriteRule ^connection_token$ connection_token.php [L]
RewriteRule ^list_locations$ list_locations.php [L]
RewriteRule ^create_payment_intent$ create_payment_intent.php [L]
RewriteRule ^create_location$ create_location.php [L]
