mirror of
https://git.meshkee.com/BaloutPastry/dashboards.git
synced 2026-08-11 22:30:59 +04:30
Wire dashboards to the API and add customer portal plus discounts.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
af11d96fd0
commit
b103e330ef
@@ -0,0 +1,6 @@
|
||||
import type { Flavor } from '../data/flavors'
|
||||
import { apiRequest } from './api'
|
||||
|
||||
export function listFlavors() {
|
||||
return apiRequest<Flavor[]>('/flavors')
|
||||
}
|
||||
Reference in New Issue
Block a user