Skip to content

Instantly share code, notes, and snippets.

View caysoasesores's full-sized avatar

caysoasesores

View GitHub Profile
<?php
class BakeryPOS_API {
public function __construct() {
// Constructor, aunque esté vacío, es una buena práctica tenerlo.
}
public function register_routes() {
// --- TUS RUTAS ORIGINALES DEL TPV (INTACTAS) ---
register_rest_route('bakerypos/v1', '/login', [