Added a test API for the Database, Unfinished, Meant for testing API Access on the Frontend
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user