init backend, added admin page in front
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
5c6e641fbd
commit
ddc6c64f0f
89 changed files with 5083 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ import { fr } from 'date-fns/locale'
|
|||
import { marked } from 'marked'
|
||||
|
||||
export const usePostsStore = defineStore('posts', () => {
|
||||
const postsApiPath = '/posts.json'
|
||||
const postsApiPath = 'http://localhost:8080/posts'
|
||||
|
||||
const posts = ref([])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue