Skip to content

Commit

Permalink
Updated docs and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed Sep 10, 2024
1 parent 211e622 commit f0b0779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ 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
[
// station objects
]
```

## 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

Expand Down
2 changes: 1 addition & 1 deletion pages/sa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ async function playPause(pause: boolean) {
</div>
</div>
</div>
<p class="version">v5</p>
<p class="version">v6</p>
</div>
</section>
</main>
Expand Down

0 comments on commit f0b0779

Please sign in to comment.