Commit cc985b4d by Tapio Haapala

autoprintti korjattu

1 parent 93678be0
...@@ -170,8 +170,8 @@ namespace moyaPrintServer ...@@ -170,8 +170,8 @@ namespace moyaPrintServer
Card card = (Card)listView.Items[0].Tag; Card card = (Card)listView.Items[0].Tag;
try try
{ {
RestClient client = new RestClient(Properties.Settings.Default.ApiURL + "/card/Reserve/" + card.cardId); RestClient client = new RestClient(Properties.Settings.Default.ApiURL);
client.MakeRequest(); client.MakeRequest("card/Reserve/" + card.cardId);
} }
catch (Exception ex) catch (Exception ex)
{ {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!