diff --git a/Tranga/Server/Server.cs b/Tranga/Server/Server.cs index 13eb542..28a1ba3 100644 --- a/Tranga/Server/Server.cs +++ b/Tranga/Server/Server.cs @@ -37,7 +37,7 @@ public partial class Server : GlobalBase, IDisposable new ("GET", @"/v2/Jobs/Running", GetV2JobsRunning), new ("GET", @"/v2/Jobs/Waiting", GetV2JobsWaiting), new ("GET", @"/v2/Jobs/Monitoring", GetV2JobsMonitoring), - new ("Get", @"/v2/Job/Types", GetV2JobTypes), + new ("GET", @"/v2/Job/Types", GetV2JobTypes), new ("POST", @"/v2/Job/Create/([a-zA-Z]+)", PostV2JobCreateType), new ("GET", @"/v2/Job", GetV2Job), new ("GET", @"/v2/Job/([a-zA-Z\.]+-[-A-Za-z0-9+/]*={0,3}(?:-[0-9]+)?)", GetV2JobJobId),