alpha
Login
or
Join now
flo-bit.dev
/
skywatched
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto
skywatched.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix callback url
author
Florian
date
1 year ago
(Feb 12, 2025, 2:28 AM +0100)
commit
bfe3a6a3
bfe3a6a32fecbe93f22188c04bd55ff979aa0db0
parent
cd9840bb
cd9840bb887617fccdd2a88fec7f5a8f3bea997a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
server
client.ts
+1
-1
src/lib/server/client.ts
View file
Reviewed
···
3
3
import { SessionStore, StateStore } from './storage';
4
4
import { dev } from '$app/environment';
5
5
6
6
-
const publicUrl = 'https://skywatchedgoogle2-791157493831.us-central1.run.app';
6
6
+
const publicUrl = 'https://skywatched.app';
7
7
const port = 5173;
8
8
const url = dev ? `http://[::1]:${port}` : publicUrl;
9
9