Pārlūkot izejas kodu

feat: :fire: removendo program id por enquanto

Joyce Kepler 2 mēneši atpakaļ
vecāks
revīzija
1b554a4bfb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/components/ProgramCard.vue

+ 1 - 1
app/components/ProgramCard.vue

@@ -49,7 +49,7 @@ const {program} = defineProps({
 });
 
 const config = useRuntimeConfig();
-const quasarAppUrl = config.public.url + '/register/' + program.id;
+const quasarAppUrl = config.public.url + '/register';
 
 const goToRegisterPage = () => {
   window.open(quasarAppUrl, '_blank');