Commit 648dafd7 by Beebuddy Builder

update appapi

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