Fix docs: eliminar localhost:8080, usar URL real del proyecto
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,8 +59,9 @@ return [
|
||||
El Docker debe estar corriendo. Hacer curl al endpoint del hook:
|
||||
|
||||
```bash
|
||||
curl http://localhost:8080/hooks/example_hook/
|
||||
curl {ACAI_WEB_URL}/hooks/example_hook/
|
||||
```
|
||||
(Use the project's actual URL, never localhost:8080)
|
||||
|
||||
No usar X-Hooks-Token en desarrollo local.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user