auth-fixes
This commit is contained in:
parent
77e06213b0
commit
b3a671623a
|
@ -22,8 +22,6 @@ export const AllTopicsPage = (props: { topics?: Topic[] }) => {
|
||||||
|
|
||||||
const params = useStore(paramstore)
|
const params = useStore(paramstore)
|
||||||
|
|
||||||
console.log({ router })
|
|
||||||
|
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
if (abc().length === 0 && (!params()['by'] || params()['by'] === 'abc')) {
|
if (abc().length === 0 && (!params()['by'] || params()['by'] === 'abc')) {
|
||||||
console.log('[topics] default grouping by abc')
|
console.log('[topics] default grouping by abc')
|
||||||
|
|
|
@ -4,8 +4,8 @@ import { devtoolsExchange } from '@urql/devtools'
|
||||||
// FIXME actual value
|
// FIXME actual value
|
||||||
const isDev = true
|
const isDev = true
|
||||||
|
|
||||||
//export const baseUrl = 'https://newapi.discours.io'
|
export const baseUrl = 'https://newapi.discours.io'
|
||||||
export const baseUrl = 'http://localhost:8000'
|
//export const baseUrl = 'http://localhost:8000'
|
||||||
|
|
||||||
const exchanges: Exchange[] = [dedupExchange, fetchExchange]
|
const exchanges: Exchange[] = [dedupExchange, fetchExchange]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user