Skip to content
Snippets Groups Projects
Commit b956a859 authored by Andrea Magnussen's avatar Andrea Magnussen
Browse files

Merge branch '64-add-re-match-feature' of...

Merge branch '64-add-re-match-feature' of https://git.gvk.idi.ntnu.no/eirikmda/salamander-app into 64-add-re-match-feature
parents dd9de85a ae3f6ed6
No related branches found
No related tags found
1 merge request!67Resolve "Add re-match feature"
......@@ -49,7 +49,7 @@ const SalamanderOverviewScreen = ({ navigation, route }) => {
const navigateToChangeSalamander = () => {
setShowIndicator(true);
APIKit.get(`/salamanderImage/${salamander.id}/${imageNumberValue}`)
APIKit.get(`/editSalamander/${salamander.id}/${imageNumberValue}`)
.then(function (response) {
setShowIndicator(false);
if (response.data.status === 200) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment