Skip to content

Commit 2290aac

Browse files
authored
Update GET response to return '0 0 1 0'
1 parent 9f1f929 commit 2290aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Site/src/routes/(rbxclient)/asset/getscriptstate
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const GET = () => new Response("0 0 0 0")
1+
export const GET = () => new Response("0 0 1 0")

0 commit comments

Comments
 (0)