Add real tag IDs to dummy server API

master
Markus Koch 2019-07-24 21:19:45 +02:00
parent 304c75c4db
commit 6985002bdc
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// This is just a dummy implementation during the development of the GTK+3 GUI
if (isset($_GET['meta'])) {
if ($_GET['id'] == "1") {
if ($_GET['id'] == "BF09CE") {
?>
{
"title" : "Cute Wifi Cat",
@ -10,7 +10,7 @@ if (isset($_GET['meta'])) {
"comment" : "It's mewine!"
}
<?php
} else if ($_GET['id'] == "2") {
} else if ($_GET['id'] == "BE6200") {
?>
{
"title" : "Crazy Stuff",