Skip to content

Commit

Permalink
Fix Archiver URL error
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Oct 26, 2023
1 parent cc82cb2 commit 61fa13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import * as S from "./styled";

const version = "2023-10-26-30002c7";
const version = "2023-10-26-cc82cb2";

const Footer: React.FC = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/data-access/impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DataAccessError, OptimizeDataError, InvalidParameterError } from "../ut
import control from "../entities/Chart";

export const ipRegExp = /https?\/((?:(?:2(?:[0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])\.){3}(?:(?:2([0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])))\//;
export const defaultHost = "10.0.38.46";
export const defaultHost = "http://ais-eng-srv-ta.cnpem.br";

export class ArchiverDataAccess implements DataAccess{

Expand Down

0 comments on commit 61fa13d

Please sign in to comment.