Commit 648dafd7 by Beebuddy Builder

update appapi

1 parent 37c67cc8
Showing with 2 additions and 4 deletions
...@@ -22,8 +22,7 @@ class ServiceData{ ...@@ -22,8 +22,7 @@ class ServiceData{
headers:JSON; headers:JSON;
} }
class Processor { class Processor {
process(sv:ServiceData) :JSON {}
static process(sv:ServiceData) :JSON {}
} }
export const AppApi = { export const AppApi = {
......
...@@ -22,8 +22,7 @@ class ServiceData{ ...@@ -22,8 +22,7 @@ class ServiceData{
headers:JSON; headers:JSON;
} }
class Processor { class Processor {
process(sv:ServiceData) :JSON {}
static process(sv:ServiceData) :JSON {}
} }
export const AppApi = { export const AppApi = {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!