Added a test API for the Database, Unfinished, Meant for testing API Access on the Frontend

This commit is contained in:
Esad Mustafoski
2024-11-03 21:14:04 +01:00
parent 4dc0f653ad
commit 537fca6b2b
6 changed files with 273 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
import './assets/main.css';
import { createApp } from 'vue';
// @ts-ignore:
import App from '../src/App.vue';
// @ts-ignore
// @ts-ignore:
import router from "./router/index.ts";
const app = createApp(App);