Crash fixes
This commit is contained in:
@@ -29,7 +29,7 @@ export default () => {
|
||||
Effect.orDie,
|
||||
);
|
||||
|
||||
const res = yield* Effect.promise((signal) => fetch("/api/login", {
|
||||
const res = yield* Effect.promise((signal) => fetch("http://localhost:3000/login", {
|
||||
method: "POST",
|
||||
body: requestJson,
|
||||
headers: { "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user