Compare commits
No commits in common. "master" and "21801e43318afbd98851a4470537dd974ea7116a" have entirely different histories.
master
...
21801e4331
|
@ -1,3 +1,3 @@
|
||||||
[submodule "luaqalculator"]
|
[submodule "luaqalculator"]
|
||||||
path = luaqalculator
|
path = luaqalculator
|
||||||
url = https://adastra7.net/git/Yessiest/luaqalculator
|
url = ./luaqalculator
|
||||||
|
|
|
@ -2,11 +2,9 @@
|
||||||
this thing functions
|
this thing functions
|
||||||
|
|
||||||
# how 2 use for scrubs
|
# how 2 use for scrubs
|
||||||
```
|
|
||||||
http://localhost:8080/?expression=(your expression here encoded for url)&(option)=true
|
http://localhost:8080/?expression=(your expression here encoded for url)&(option)=true
|
||||||
|
|
||||||
http://localhost:8080/?expression=(base64 encoded expression)&(option)=true&base64=true
|
http://localhost:8080/?expression=(base64 encoded expression)&(option)=true&base64=true
|
||||||
```
|
|
||||||
options:
|
options:
|
||||||
|
|
||||||
| option | description |
|
| option | description |
|
||||||
|
|
Loading…
Reference in New Issue