mirror of
git://f0xx.org/android_cast
synced 2026-07-29 09:17:51 +03:00
Remote main removed; submodule docs and .gitmodules updated. Co-authored-by: Cursor <cursoragent@cursor.com>
1006 B
1006 B
Backend services (submodules)
| Path | Remote | Role |
|---|---|---|
| url-shortener/ | git://f0xx.org/androidcast_project/url-shortener |
Standalone short-link API (https://s.f0xx.org) |
Clone / update
git submodule update --init backend/url-shortener
Development flow
- URL shortener changes — work inside the submodule only:
cd backend/url-shortener git checkout next && git pull # edit, test, commit, push to url-shortener remote git push origin next - Pin new submodule SHA in android_cast — after the submodule push:
cd ../.. # repo root git add backend/url-shortener git commit -m "Bump url-shortener submodule" git push origin <your-branch>
Hub admin UI for bearer tokens lives in examples/crash_reporter/backend/ (crashes console) — not in this submodule.
Spec (monorepo): docs/specs/20100611_3_url_shortener.md