Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 841b64a

Browse files
authored
Merge pull request #74 from Pollak-Projects/development/AdminPage
merge admin into dev
2 parents e3b7e48 + 18cce5d commit 841b64a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2375
-1902
lines changed

CourseController/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_API_URL=http://localhost:3300

CourseController/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
.env
1415

1516
# Editor directories and files
1617
.vscode/*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit eb99907ffca2037491eaed9deb7c883c0cd52075

CourseController/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare module 'vue' {
1010
AdminModule: typeof import('./src/components/AdminComponents/AdminModule.vue')['default']
1111
AdminNavbar: typeof import('./src/components/AdminComponents/AdminNavbar.vue')['default']
1212
Button: typeof import('primevue/button')['default']
13+
Toast: typeof import('primevue/toast')['default']
1314
Feladatsor: typeof import('./src/components/ViewComponents/Feladatsor.vue')['default']
1415
Menu: typeof import('primevue/menu')['default']
1516
Navigation: typeof import('./src/components/NavigationComponents/Navigation.vue')['default']

0 commit comments

Comments
 (0)