updated to version 0.1.9
This commit is contained in:
parent
6915843c3a
commit
9a98b0dcac
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Robin Riis" }
|
{ "name": "Robin Riis" }
|
||||||
],
|
],
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"minimumCoreVersion": 10,
|
"minimumCoreVersion": 10,
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
class PuckoPruttApi {
|
export default class PuckoPruttApi {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.apiUrl = "api.puckoprutt.tech"
|
this.apiUrl = "api.puckoprutt.tech"
|
||||||
this.schema = this.apiUrl + "/schema"
|
this.schema = this.apiUrl + "/schema"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user