Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

fix path for rtf deployments #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mycompany</groupId>
<artifactId>net-tools-api</artifactId>
<version>2.5.1</version>
<version>2.5.2-SNAPSHOT</version>
<packaging>mule-application</packaging>

<name>net-tools-api</name>
Expand All @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<app.runtime>4.4.0</app.runtime>
<mule.maven.plugin.version>3.8.0</mule.maven.plugin.version>
<mule.maven.plugin.version>3.8.2</mule.maven.plugin.version>
<apikit.module.version>1.8.0</apikit.module.version>
<http.connector.version>1.7.3</http.connector.version>
<sockets.connector.version>1.2.3</sockets.connector.version>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/web/css/toastr.min.css

This file was deleted.

8 changes: 4 additions & 4 deletions src/main/resources/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
</style>
<title>Network Connectivity Tools</title>
<base href=".">
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/toastr.min.js" type="text/javascript"></script>
<link href="css/toastr.min.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js" type="text/javascript"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet" />
</head>
<body>
<div class="content">
Expand Down Expand Up @@ -279,7 +279,7 @@
$("#check").attr("disabled", true);
$("#output").append('<pre class="command">&gt; ' + operation + ' ' + ip + ' ' + port + ' ' + url + '</pre>');
$.ajax({
url: apiurl
url: location + "/" + apiurl
})
.done(function(result) {
if (operation === 'curl') {
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/web/js/jquery.min.js

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/web/js/jquery.min.map

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/web/js/toastr.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/web/js/toastr.min.js

This file was deleted.