Skip to content

Commit

Permalink
Merge pull request #2 from Daniel-WWU-IT/main
Browse files Browse the repository at this point in the history
Update URLs
  • Loading branch information
Daniel-WWU-IT authored Apr 21, 2021
2 parents 9047978 + dff85c6 commit 8c4d550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller/settingscontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SettingsController extends Controller
private $config;
private $urlGenerator;

const CATALOG_URL = "https://sciencemesh-test.uni-muenster.de/api/mentix/sitereg";
const CATALOG_URL = "https://iop.sciencemesh.uni-muenster.de/iop/mentix/sitereg";

/**
* @param string $AppName - application name
Expand Down
2 changes: 1 addition & 1 deletion templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<h3><?php p($l->t("API Key")) ?></h3>
<div id="sciencemeshAPIKeySettings">
<p><?php p($l->t("API Key")) ?></p>
<p><input id="sciencemeshAPIKey" value="<?php p($_["apikey"]) ?>" placeholder="" type="text"><em>An API key is needed to register your site with ScienceMesh. If you do not have a key yet, you can register for a free ScienceMesh account using <a href="https://sciencemesh-test.uni-muenster.de/api/siteacc/register" target="_blank">this link</a>.</em></p>
<p><input id="sciencemeshAPIKey" value="<?php p($_["apikey"]) ?>" placeholder="" type="text"><em>An API key is needed to register your site with ScienceMesh. If you do not have a key yet, you can register for a free ScienceMesh account using <a href="https://iop.sciencemesh.uni-muenster.de/iop/siteacc/register" target="_blank">this link</a>.</em></p>
</div>

<div>&nbsp;</div>
Expand Down

0 comments on commit 8c4d550

Please sign in to comment.