Skip to content

Commit f4b3f86

Browse files
authored
Merge pull request #425 from tp-link-extender/Mantaraix-patch-1
Update GET response to return '0 0 1 0'
2 parents 9f1f929 + 2290aac commit f4b3f86

File tree

1 file changed

+1
-1
lines changed
  • Site/src/routes/(rbxclient)/asset/getscriptstate

1 file changed

+1
-1
lines changed
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)