add payment
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
HAM!DREZA
2025-01-05 13:15:53 +03:30
parent a177f6e498
commit 044c1d7685
4 changed files with 87 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export default defineEventHandler(async (event) => {
const body = await readBody(event);
try {
const data = await $fetch(`${apiBase}/user/registerCourse`, {
const data = await $fetch(`${apiBase}/payment`, {
method: 'POST',
headers: {
'Accept': 'application/json',