cors debug in loudanje pojmov
parent
8f73846f75
commit
32e37ba5f1
|
@ -1,10 +1,16 @@
|
|||
<script setup="setup">
|
||||
const store = usePojmiStore()
|
||||
await store.naloziPojme()
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<DodajPojem />
|
||||
<Pojem naslov="Yugofuturist manifesto" />
|
||||
<Pojem naslov="Jadran potem" />
|
||||
<Pojem naslov="JUGA 2023" />
|
||||
<!--
|
||||
<Pojem naslov="Yugofuturist manifesto" />
|
||||
<Pojem naslov="Jadran potem" />
|
||||
<Pojem naslov="JUGA 2023" />
|
||||
-->
|
||||
<Pojem v-for="pojem in Object.keys(store.pojmi)" :naslov="pojem" />
|
||||
|
||||
</template>
|
||||
|
|
|
@ -213,7 +213,7 @@ parameters:
|
|||
allowedMethods: ['*']
|
||||
# Configure requests allowed from specific origins. Do not include trailing
|
||||
# slashes with URLs.
|
||||
allowedOrigins: ['yufu.kompot.si']
|
||||
allowedOrigins: ['*']
|
||||
# Sets the Access-Control-Expose-Headers header.
|
||||
exposedHeaders: false
|
||||
# Sets the Access-Control-Max-Age header.
|
||||
|
|
Loading…
Reference in New Issue