diff --git a/README.md b/README.md index 60dceac..505d34f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ GET `/api/stations` (source: `/server/api/stations.get.ts`) ## Get Game Stations -GET `/api/stations/:game` (source: `/server/api/stations/[game].get.ts`) +GET `/api/:game/stations` (source: `/server/api/:game/stations.get.ts`) ```json5 [ @@ -56,9 +56,9 @@ GET `/api/stations/:game` (source: `/server/api/stations/[game].get.ts`) ] ``` -## Play Music +## Play San Andreas Stations -GET `/api/play` (source: `/server/api/play.get.ts`) +GET `/api/sa/play` (source: `/server/api/sa/play.get.ts`) ### Query Parameters diff --git a/pages/sa.vue b/pages/sa.vue index 89ce12b..e786a34 100644 --- a/pages/sa.vue +++ b/pages/sa.vue @@ -408,7 +408,7 @@ async function playPause(pause: boolean) { -

v5

+

v6