Initial GDevelop project import
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version = 1
|
||||
url = "http://192.168.100.225:3020/users"
|
||||
method = "POST"
|
||||
|
||||
[body]
|
||||
type = "raw"
|
||||
format = "json"
|
||||
body = """
|
||||
{
|
||||
"username": "test2",
|
||||
"password": "password",
|
||||
"character_created": true,
|
||||
"color": "#ff0000",
|
||||
"online": false,
|
||||
"room": "000000",
|
||||
"x": 200,
|
||||
"y": 200
|
||||
}"""
|
||||
|
||||
[inactive-params]
|
||||
"" = ""
|
||||
Reference in New Issue
Block a user