shop stipe
This commit is contained in:
@@ -92,6 +92,8 @@ export const api = {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({ orderId }),
|
||||
}),
|
||||
shopOsuOrder: (orderId) =>
|
||||
request(`/api/shop/osu/orders/${encodeURIComponent(orderId)}`),
|
||||
shopAd: () => request('/api/shop/ad', { method: 'POST' }),
|
||||
feed: () => request('/api/feed'),
|
||||
feedAnnounce: (inventoryItemIds, caseName, opts = {}) => {
|
||||
|
||||
Reference in New Issue
Block a user