mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
implement extension httpApiUrlPrefix
This commit is contained in:
parent
2123d6630d
commit
9dd95d3e5b
1 changed files with 5 additions and 0 deletions
|
|
@ -124,6 +124,11 @@ abstract class MTTExtension
|
|||
return null;
|
||||
}
|
||||
|
||||
public function httpApiUrlPrefix()
|
||||
{
|
||||
return get_unsafe_mttinfo('api_url'). 'ext/'. $this::bundleId;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
interface MTTHttpApiExtender
|
||||
|
|
|
|||
Loading…
Reference in a new issue