Commit aab56a63 authored by Rohan  Kumar's avatar Rohan Kumar
Browse files

fixed server

parent 16921fca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <exec.mainClass>object_detection.ObjectDetector</exec.mainClass>
        <exec.mainClass>top.BackendJava</exec.mainClass>
    </properties>

    <!-- FOR THE YOLO USAGE:
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public class BackendJava {
        }
        @RequestMapping("/")
        public String index(){
            return "inde";
            return "html/index";
        }

        @RequestMapping("/runProcess")
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
<head>
    <meta charset="UTF-8">
    <title>VSlam</title>
    <link rel="stylesheet" href="main.css">
    <link rel="stylesheet" href="../style/main.css">
    <!-- Include three.js -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
</head>
@@ -26,8 +26,8 @@
        </div>
    </div>
    <!-- <input id="drawPC" type="button" value="Show Point Cloud" onclick="drawPointCloud();" /> -->
    <script src="pointCloud.js"></script>
    <script src="app.js"></script>
    <script src="../js/pointCloud.js"></script>
    <script src="../js/app.js"></script>
</body>

</html>
+2 −0
Original line number Diff line number Diff line
server.port = 5555
#spring.data.mongodb.uri = mongodb+srv://zanem:<YXQiSFkSVqxPTs3M>@cluster0.axhv9kg.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
 No newline at end of file
+443 B

File added.

No diff preview for this file type.

Loading