mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: prevent access removal if user has paid for a product
This commit is contained in:
parent
0e97580747
commit
cdd893ca6f
7 changed files with 40 additions and 17 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use server';
|
||||
import { getAPIUrl } from '@services/config/config';
|
||||
import { RequestBodyWithAuthHeader, errorHandling } from '@services/utils/ts/requests';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
'use server';
|
||||
import { getAPIUrl } from '@services/config/config';
|
||||
import { RequestBodyWithAuthHeader, getResponseMetadata } from '@services/utils/ts/requests';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue