POST https://beta.piha.li/api/links/ with valid Bearer → 201
Same without Bearer → 401
GET https://beta.piha.li/<code> still 302
/admin/ on beta.piha.li → 404
Unit tests: cd site && uv run python manage.py test
## Summary
- Serve `/api/` on `piha.lc` / `beta.piha.li` (Bearer still required).
- Drop `shortener.aimloperations.com` / `shortener-beta.aimloperations.com` from env examples and caller docs.
- `/admin/` stays 404 on the public host.
Closes #7.
## Test plan
- [ ] `POST https://beta.piha.li/api/links/` with valid Bearer → 201
- [ ] Same without Bearer → 401
- [ ] `GET https://beta.piha.li/<code>` still 302
- [ ] `/admin/` on beta.piha.li → 404
- [ ] Unit tests: `cd site && uv run python manage.py test`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
/api/onpiha.lc/beta.piha.li(Bearer still required).shortener.aimloperations.com/shortener-beta.aimloperations.comfrom env examples and caller docs./admin/stays 404 on the public host.Closes #7.
Test plan
POST https://beta.piha.li/api/links/with valid Bearer → 201GET https://beta.piha.li/<code>still 302/admin/on beta.piha.li → 404cd site && uv run python manage.py test