Compare commits
2 Commits
21801e4331
...
master
Author | SHA1 | Date |
---|---|---|
Yessiest | 285702dfe0 | |
Yessiest | 93f461776b |
|
@ -1,3 +1,3 @@
|
||||||
[submodule "luaqalculator"]
|
[submodule "luaqalculator"]
|
||||||
path = luaqalculator
|
path = luaqalculator
|
||||||
url = ./luaqalculator
|
url = https://adastra7.net/git/Yessiest/luaqalculator
|
||||||
|
|
|
@ -2,9 +2,11 @@
|
||||||
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