Skip to content

Commit 34db4f3

Browse files
committed
LabSystem KrokiClient - small fix
1 parent 812152b commit 34db4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lab_system/clients/kroki_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def endpoint
7373
end
7474

7575
def url
76-
"#{KrokiDockerShell.url}#{endpoint}"
76+
"https://kroki.io/#{endpoint}"
7777
end
7878

7979
#

0 commit comments

Comments
 (0)