fix: more login/session issues addressed
This commit is contained in:
parent
cf46450f5f
commit
ee152a514c
8 changed files with 85 additions and 51 deletions
|
@ -28,7 +28,7 @@
|
|||
(async () => {
|
||||
try {
|
||||
console.log( 'hi');
|
||||
const session_response = await api.fetch("/users/me");
|
||||
const session_response = await api.fetch("/api/users/me");
|
||||
|
||||
if (!session_response.ok) {
|
||||
const error_body = await session_response.json();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue