mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 14:47:26 +02:00
API: bump api level to 17
This commit is contained in:
parent
2adf364c2c
commit
295fc1f88a
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
class API extends Handler {
|
||||
|
||||
const API_LEVEL = 16;
|
||||
const API_LEVEL = 17;
|
||||
|
||||
const STATUS_OK = 0;
|
||||
const STATUS_ERR = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user