Skip to content

Commit

Permalink
Renamed entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncabot committed Mar 9, 2024
1 parent 4fc2ad6 commit f8295fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/functions/example-4/[section].ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function onRequest(context: EventContext<Env, string, Request>) {
jabl = `{
print("You've reached a point that doesn't exist!")
print("This story needs a section with id '${sectionId}'.")
choice("Start Again", {goto("entrypoint.jabl")})
choice("Start Again", {goto("0-choose-character.jabl")})
choice("Change Story", { set("system:source", 0) goto("entrypoint.jabl")})
}`;
}
Expand Down

0 comments on commit f8295fb

Please sign in to comment.