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)
|
||||
|
||||
console.log({ router })
|
||||
|
||||
createEffect(() => {
|
||||
if (abc().length === 0 && (!params()['by'] || params()['by'] === 'abc')) {
|
||||
console.log('[topics] default grouping by abc')
|
||||
|
|
|
@ -4,8 +4,8 @@ import { devtoolsExchange } from '@urql/devtools'
|
|||
// FIXME actual value
|
||||
const isDev = true
|
||||
|
||||
//export const baseUrl = 'https://newapi.discours.io'
|
||||
export const baseUrl = 'http://localhost:8000'
|
||||
export const baseUrl = 'https://newapi.discours.io'
|
||||
//export const baseUrl = 'http://localhost:8000'
|
||||
|
||||
const exchanges: Exchange[] = [dedupExchange, fetchExchange]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user