Change domain of screenshot service

This commit is contained in:
Kuba Orlik 2022-07-15 14:14:26 +02:00
parent 6ec2722e59
commit 09dfe8d63a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
import { RequestCluster } from '../../request-cluster';
import './screenshot-generator.scss';
const SS_URL = 'http://65.108.60.135:3000';
const SS_URL = 'https://screenshot-service.internet-czas-dzialac.pl';
enum taskState {
WAITING = 'waiting',