Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
@@ -0,0 +1,22 @@
+++
title = "Routes and prefixes"
description = "Routes in Loco are derived from how Axum does Routes. Learn how to shape your API and draw your routes, from an individual controller to your global app route set up."
date = 2024-06-13T09:19:42+00:00
updated = 2024-06-13T09:19:42+00:00
draft = false
template = "casts/page.html"
[taxonomies]
authors = ["Team Loco"]
[extra]
num = "002"
id = "IGPE0_ptaHY"
+++
Reference material for this episode:
* Loco.rs docs: [routes in controllers](https://loco.rs/docs/the-app/controller/#routes-in-controllers)
* The [SaaS starter](https://loco.rs/docs/starters/saas/)