Skip to content

Commit

Permalink
Oppdatert url for logviewer kall
Browse files Browse the repository at this point in the history
  • Loading branch information
ehellerslien committed Nov 14, 2023
1 parent 0b54aca commit bbcbca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function App() {

function FetchByLogID() {
const {id} = useParams();
let logUrl = 'https://pensjon-regler-logviewer-api.dev-fss.nais.io/api/log/' + id;
let logUrl = 'https://pensjon-regler-logviewer-api.dev.adeo.no/api/log/' + id;
if (!isFetched) {
const fetchLog = useCallback(async () => {
try {
Expand Down

0 comments on commit bbcbca3

Please sign in to comment.